Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
fa37caccd3 | ||
3f0e333012 | |||
9758968361 |
3 changed files with 11 additions and 4 deletions
|
@ -22,10 +22,10 @@ jobs:
|
|||
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}')
|
||||
./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}' > release-ticket-id
|
||||
|
||||
- name: comment tag start
|
||||
shell: bash
|
||||
run: |
|
||||
./tea comment ${RELEASE_TICKET_ID} "Start tag"
|
||||
./tea issues close ${RELEASE_TICKET_ID}
|
||||
./tea comment $(cat release-ticket-id) "Start tag"
|
||||
./tea issues close $(cat release-ticket-id)
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## [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)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.4.12
|
||||
1.4.13
|
||||
|
|
Loading…
Add table
Reference in a new issue