Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
e3065c1b0f | ||
91f4058f5c | |||
9d9a526e31 |
3 changed files with 9 additions and 2 deletions
|
@ -21,7 +21,7 @@ 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 }}' | awk '{print $1}')
|
||||
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}')
|
||||
echo ${RELEASE_TICKET_ID}
|
||||
|
||||
- name: comment tag start
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
## [1.4.7](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.6...v1.4.7) (2024-02-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* proper path to tea cli ([9d9a526](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/9d9a526e31f26d0e65d832b5ec1939c6809bffdf))
|
||||
|
||||
## [1.4.6](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.5...v1.4.6) (2024-02-01)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.4.6
|
||||
1.4.7
|
||||
|
|
Loading…
Add table
Reference in a new issue