Compare commits

...

3 commits

Author SHA1 Message Date
semantic-release-bot
e3065c1b0f chore(release): 1.4.7
Some checks failed
on tags / build (push) Failing after 10s
2024-02-01 23:25:26 +00:00
91f4058f5c
Merge remote-tracking branch 'origin/main' 2024-02-02 00:24:40 +01:00
9d9a526e31
fix: proper path to tea cli 2024-02-02 00:24:30 +01:00
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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)

View file

@ -1 +1 @@
1.4.6
1.4.7