0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

Tue Sep 12 05:00:51 PM CEST 2023

This commit is contained in:
Bert van der Weerd 2023-09-12 17:00:51 +02:00
parent 558961b19e
commit bea5bf1a75
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 6 additions and 6 deletions

View file

@ -76,13 +76,13 @@ async function createNewRelease() {
const requestBody = {
body: `Release v${version} of the LibreWolf source tarball.
Please see the README.md file for compilation instructions and dependency details.
Please see the README.md file for compilation instructions and dependency details.
* [${tarball_artifact}](https://storage.ci.librewolf.net/artifacts/${ci_build_number}/librewolf-${version}.source.tar.gz)
* [${sha256sum_artifact}](https://storage.ci.librewolf.net/artifacts/${ci_build_number}/librewolf-${version}.source.tar.gz.sha256sum)
* [${tarball_artifact}](https://storage.ci.librewolf.net/artifacts/${ci_build_number}/librewolf-${version}.source.tar.gz)
* [${sha256sum_artifact}](https://storage.ci.librewolf.net/artifacts/${ci_build_number}/librewolf-${version}.source.tar.gz.sha256sum)
Note that these artifacts don't have a long shelf life in this particular s3 server, but it demonstrates the use of exernal storage to store big artifacts.
`,
Note: these artifacts don't have a long shelflife on our current s3 server, but it demonstrates the use of exernal storage to store big artifacts.
`,
draft: false,
name: `Release ${version}`,
prerelease: false,

View file

@ -1 +1 @@
2
3