diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5255d26..1a6c4a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,6 @@ publishing: - if: $CI_COMMIT_TAG script: - > - release-cli create --name "v$CI_COMMIT_TAG" --description $EXTRA_DESCRIPTION + release-cli create --name "v$CI_COMMIT_TAG" --description "$EXTRA_DESCRIPTION" --tag-name $CI_COMMIT_TAG --ref $CI_COMMIT_SHA - --assets-link '{"name":"matrixregistration-$CI_COMMIT_TAG","url":"https://gitlab.com/olze/matrixregistration/-/jobs/artifacts/$CI_COMMIT_TAG/download?job=production","link_type":"other"}' + --assets-link '{"name":"radio","url":"https://git.project-insanity.org/onny/nextcloud-app-radio/-/jobs/artifacts/$CI_COMMIT_TAG/download?job=production","link_type":"other"}' diff --git a/CHANGELOG.md b/CHANGELOG.md index 4743f4f..291ab61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### Added - Support prepare a release with Krankerl [#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 ### Fixed - Add AGPL headers @@ -10,6 +12,8 @@ [#208](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/208) @onny - Fix build and packaging with Gitlab CI [#118](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/118) @onny +- Update screenshot.png + [#213](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/213) @onny ## 1.0.0 - 2020-11 ### Added diff --git a/Release.md b/Release.md index e6e697a..90ca456 100644 --- a/Release.md +++ b/Release.md @@ -1,8 +1,6 @@ ``` git tag -a 1.0.0.4 -m "" git commit -am "test release v1.0.0.4" -git push --tag -git push git push --atomic origin master 1.0.0.4 ``` diff --git a/appinfo/info.xml b/appinfo/info.xml index 2473fb2..2e5d0ce 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ multimedia https://git.project-insanity.org/onny/nextcloud-app-radio https://git.project-insanity.org/onny/nextcloud-app-radio/issues - https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png + https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png diff --git a/screenshot-thumbnail.jpg b/screenshot-thumbnail.jpg new file mode 100644 index 0000000..d06cc30 Binary files /dev/null and b/screenshot-thumbnail.jpg differ diff --git a/screenshot.png b/screenshot.png index e274cd5..b84c38d 100644 Binary files a/screenshot.png and b/screenshot.png differ