Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
f12534d528 | ||
3a7fdc3453 |
3 changed files with 13 additions and 4 deletions
|
@ -21,10 +21,12 @@ jobs:
|
|||
mv tea* tea
|
||||
chmod +x tea
|
||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||
|
||||
./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}' > release-ticket-id
|
||||
|
||||
- name: comment tag start
|
||||
- name: cache release ticket id
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}' > release-ticket-id
|
||||
|
||||
- name: comment & close
|
||||
shell: bash
|
||||
run: |
|
||||
./tea comment $(cat release-ticket-id) "Start tag"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## [1.5.0](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.13...v1.5.0) (2024-02-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* close release ticket from tag ([3a7fdc3](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/3a7fdc345395c3f0d74e8e5eb23543286de41d70))
|
||||
|
||||
## [1.4.13](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.12...v1.4.13) (2024-02-01)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.4.13
|
||||
1.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue