Compare commits
No commits in common. "v1.1.3" and "v1.1.2" have entirely different histories.
3 changed files with 4 additions and 12 deletions
|
@ -38,15 +38,14 @@ jobs:
|
|||
- name: setup tea cli
|
||||
shell: bash
|
||||
env:
|
||||
TEA_VERSION: main
|
||||
TEA_VERSION: 0.9.2
|
||||
run: |
|
||||
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
||||
mv tea* tea
|
||||
chmod +x tea
|
||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||
|
||||
- name: update issue
|
||||
- name: close issue
|
||||
shell: bash
|
||||
run: |
|
||||
./tea issues edit ${{ github.event.issue.number }} --title "release done"
|
||||
./tea issues close ${{ github.event.issue.number }}
|
||||
./tea i close ${{ github.event.issue.number }}
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
## [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 @@
|
|||
1.1.3
|
||||
1.1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue