Compare commits

...

2 commits

Author SHA1 Message Date
semantic-release-bot
f12534d528 chore(release): 1.5.0
All checks were successful
on tags / build (push) Successful in 14s
2024-02-01 23:47:09 +00:00
3a7fdc3453
feat: close release ticket from tag 2024-02-02 00:46:09 +01:00
3 changed files with 13 additions and 4 deletions

View file

@ -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"

View file

@ -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)

View file

@ -1 +1 @@
1.4.13
1.5.0