test release v1.0.0.8
This commit is contained in:
parent
0210433d7c
commit
1d8aee45f4
@ -26,6 +26,7 @@ packaging:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/artifacts/radio.tar.gz
|
||||
expire_in: never
|
||||
|
||||
publishing:
|
||||
stage: publishing
|
||||
@ -39,4 +40,4 @@ publishing:
|
||||
- >
|
||||
release-cli create --name "v$CI_COMMIT_TAG" --description "$EXTRA_DESCRIPTION"
|
||||
--tag-name $CI_COMMIT_TAG --ref $CI_COMMIT_SHA
|
||||
--assets-link "{'name':'radio','url':'https://git.project-insanity.org/onny/nextcloud-app-radio/-/jobs/artifacts/$CI_COMMIT_TAG/download?job=packaging','link_type':'other'}"
|
||||
--assets-link "{\"name\":\"radio\",\"url\":\"https://git.project-insanity.org/onny/nextcloud-app-radio/-/jobs/artifacts/${CI_COMMIT_TAG}/download?job=packaging\",\"link_type\":\"other\"}"
|
||||
|
@ -1,8 +1,7 @@
|
||||
```
|
||||
git tag -a 1.0.0.4 -m ""
|
||||
git commit -am "test release v1.0.0.4"
|
||||
git tag -a 1.0.0.4 -m ""
|
||||
git push --atomic origin master 1.0.0.4
|
||||
git push --tag
|
||||
```
|
||||
|
||||
Releasing a new version works quite easy with [krankerl](https://github.com/ChristophWurst/krankerl) and [github-release](https://github.com/aktau/github-release) installed:
|
||||
|
Loading…
Reference in New Issue
Block a user