Compare commits

..

No commits in common. "v1.5.0" and "v1.4.13" have entirely different histories.

3 changed files with 4 additions and 13 deletions

View file

@ -22,11 +22,9 @@ jobs:
chmod +x tea
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
- 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
./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}' > release-ticket-id
- name: comment & close
- name: comment tag start
shell: bash
run: |
./tea comment $(cat release-ticket-id) "Start tag"

View file

@ -1,10 +1,3 @@
## [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.5.0
1.4.13