Compare commits
No commits in common. "v1.4.10" and "v1.4.9" have entirely different histories.
3 changed files with 3 additions and 14 deletions
|
@ -24,17 +24,13 @@ jobs:
|
|||
|
||||
- name: debug 1
|
||||
shell: bash
|
||||
run: echo 'Release ${{ github.ref }}'
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
|
||||
- name: debug 2
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
|
||||
- name: debug 3
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
|
||||
|
||||
- name: debug 4
|
||||
- name: debug 3
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
## [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 +1 @@
|
|||
1.4.10
|
||||
1.4.9
|
||||
|
|
Loading…
Add table
Reference in a new issue