Compare commits

...

3 commits

Author SHA1 Message Date
semantic-release-bot
49fca6f1a2 chore(release): 1.4.10
Some checks failed
on tags / build (push) Failing after 17s
2024-02-01 23:32:52 +00:00
ab4ae31dca
Merge remote-tracking branch 'origin/main' 2024-02-02 00:31:59 +01:00
53ca4777fe
fix: debugging 2024-02-02 00:31:55 +01:00
3 changed files with 14 additions and 3 deletions

View file

@ -24,13 +24,17 @@ jobs:
- name: debug 1 - name: debug 1
shell: bash shell: bash
run: ./tea i ls --fields index,title --output simple run: echo 'Release ${{ github.ref }}'
- name: debug 2 - name: debug 2
shell: bash shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' run: ./tea i ls --fields index,title --output simple
- name: debug 3 - name: debug 3
shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
- name: debug 4
shell: bash shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}' run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'

View file

@ -1,3 +1,10 @@
## [1.4.10](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.9...v1.4.10) (2024-02-01)
### Bug Fixes
* debugging ([53ca477](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/53ca4777feeebf0eca241efc829e248bb5e2d687))
## [1.4.9](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.8...v1.4.9) (2024-02-01) ## [1.4.9](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.4.8...v1.4.9) (2024-02-01)

View file

@ -1 +1 @@
1.4.9 1.4.10