Compare commits
No commits in common. "v1.4.7" and "v1.4.6" have entirely different histories.
3 changed files with 2 additions and 9 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,10 +1,3 @@
|
|||
## [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.7
|
||||
1.4.6
|
||||
|
|
Loading…
Add table
Reference in a new issue