test release v1.0.0.5
This commit is contained in:
parent
02b4620632
commit
36f0dc94d2
@ -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"}'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<category>multimedia</category>
|
||||
<website>https://git.project-insanity.org/onny/nextcloud-app-radio</website>
|
||||
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
|
||||
<screenshot>https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
||||
<screenshot small-thumbnail="https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot-thumbnail.jpg">https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="20" max-version="20"/>
|
||||
</dependencies>
|
||||
|
BIN
screenshot-thumbnail.jpg
Normal file
BIN
screenshot-thumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 176 KiB |
Loading…
Reference in New Issue
Block a user