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:
parent
558961b19e
commit
bea5bf1a75
2 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
2
release
2
release
|
@ -1 +1 @@
|
|||
2
|
||||
3
|
||||
|
|
Loading…
Reference in a new issue