diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 913eb3a..72206e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ stages: - build - release - # Notes; we want short labes so we can see what is what, and # allow image builds on all branches because don't wan to # deal with them on the master branch @@ -122,6 +121,7 @@ Release: upload_package librewolf-$FILEVER.en-US.mac.aarch64.dmg.sha256sum echo "Creating Codeberg release" + codeberg_release_body="${codeberg_release_body}\n[View on GitLab](https://gitlab.com/librewolf-community/browser/bsys5/-/releases/$FILEVER)" curl -X 'POST' \ "https://codeberg.org/api/v1/repos/librewolf/bsys5/releases?token=$CODEBERG_TOKEN" \ -H 'accept: application/json' \