Compare commits

..

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

3 changed files with 20 additions and 11 deletions

View file

@ -21,11 +21,27 @@ jobs:
mv tea* tea
chmod +x tea
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}')
- name: debug 1
shell: bash
run: echo 'Release ${{ github.ref_name }}'
- name: debug 2
shell: bash
run: ./tea i ls --fields index,title --output simple
- name: debug 3
shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}'
- name: debug 4
shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}'
- name: comment tag start
shell: bash
run: |
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}')
./tea comment ${RELEASE_TICKET_ID} "Start tag"
./tea issues close ${RELEASE_TICKET_ID}
./tea issues close ${{ github.event.issue.number }}

View file

@ -1,10 +1,3 @@
## [1.4.12](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.11...v1.4.12) (2024-02-01)
### Bug Fixes
* remove debugging ([bc6020d](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/bc6020d94a33e8d8873f1484af55f29ccd4cdde6))
## [1.4.11](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.10...v1.4.11) (2024-02-01)

View file

@ -1 +1 @@
1.4.12
1.4.11