diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 492837f..6c992c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ publishing: rules: - if: $CI_COMMIT_TAG script: + - EXTRA_DESCRIPTION="$(sed '1,/^## /!d;/^## /d' CHANGELOG.md)"; - > release-cli create --name "v$CI_COMMIT_TAG" --description "$EXTRA_DESCRIPTION" --tag-name $CI_COMMIT_TAG --ref $CI_COMMIT_SHA diff --git a/CHANGELOG.md b/CHANGELOG.md index 291ab61..9042d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ [#200](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/200) @onny - Automatic releases based on version tags, Gitlab-CI [#205](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/205) @onny +- Besides source, provide prebuild tarball in Gitlab releases + [#215](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/215) @onny ### Fixed - Add AGPL headers