Compare commits

..

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

3 changed files with 5 additions and 12 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: debug 1
shell: bash
run: echo 'Release ${{ github.ref_name }}'
run: echo 'Release ${{ github.ref }}'
- name: debug 2
shell: bash
@ -32,16 +32,16 @@ jobs:
- name: debug 3
shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}'
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
- name: debug 4
shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}'
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | 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}')
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}')
./tea comment ${RELEASE_TICKET_ID} "Start tag"
./tea issues close ${{ github.event.issue.number }}

View file

@ -1,10 +1,3 @@
## [1.4.11](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.10...v1.4.11) (2024-02-01)
### Bug Fixes
* use github.ref_name ([c7e8dbf](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/c7e8dbf8325374c7c29d8e732947a86838c28613))
## [1.4.10](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.9...v1.4.10) (2024-02-01)

View file

@ -1 +1 @@
1.4.11
1.4.10