Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
c0266f0096 | ||
01a167d264 | |||
86f0eea82e |
3 changed files with 12 additions and 4 deletions
|
@ -38,14 +38,15 @@ jobs:
|
||||||
- name: setup tea cli
|
- name: setup tea cli
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
TEA_VERSION: 0.9.2
|
TEA_VERSION: main
|
||||||
run: |
|
run: |
|
||||||
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
||||||
mv tea* tea
|
mv tea* tea
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||||
|
|
||||||
- name: close issue
|
- name: update issue
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./tea i close ${{ github.event.issue.number }}
|
./tea issues edit ${{ github.event.issue.number }} --title "release done"
|
||||||
|
./tea issues close ${{ github.event.issue.number }}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [1.1.3](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.2...v1.1.3) (2024-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update issue title ([86f0eea](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/86f0eea82eb2c25d57831ce3110a453f999dc760))
|
||||||
|
|
||||||
## [1.1.2](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.1...v1.1.2) (2024-02-01)
|
## [1.1.2](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.1...v1.1.2) (2024-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.2
|
1.1.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue