Compare commits

..

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

3 changed files with 4 additions and 11 deletions

View file

@ -22,10 +22,10 @@ jobs:
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
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}')
- name: comment tag start
shell: bash
run: |
./tea comment $(cat release-ticket-id) "Start tag"
./tea issues close $(cat release-ticket-id)
./tea comment ${RELEASE_TICKET_ID} "Start tag"
./tea issues close ${RELEASE_TICKET_ID}

View file

@ -1,10 +1,3 @@
## [1.4.13](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.12...v1.4.13) (2024-02-01)
### Bug Fixes
* write release ticket id to tmp file ([9758968](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/9758968361530cd17ca29d4eacc62da367dd4fda))
## [1.4.12](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.11...v1.4.12) (2024-02-01)

View file

@ -1 +1 @@
1.4.13
1.4.12