Compare commits

...

3 commits

Author SHA1 Message Date
semantic-release-bot
9c53f531d4 chore(release): 1.4.8
Some checks failed
on tags / build (push) Failing after 12s
2024-02-01 23:27:59 +00:00
06bcc49ab4
Merge remote-tracking branch 'origin/main' 2024-02-02 00:26:55 +01:00
7c75411590
fix: debugging 2024-02-02 00:26:52 +01:00
3 changed files with 22 additions and 3 deletions

View file

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

View file

@ -1,3 +1,10 @@
## [1.4.8](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.7...v1.4.8) (2024-02-01)
### Bug Fixes
* debugging ([7c75411](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/7c754115904b015bb4826dcfeb34ad3a55f7af2e))
## [1.4.7](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.6...v1.4.7) (2024-02-01)

View file

@ -1 +1 @@
1.4.7
1.4.8