Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
709a729646 | |||
1bcfe3ee63 |
2 changed files with 14 additions and 0 deletions
|
@ -42,6 +42,10 @@ steps:
|
|||
- 'app-linux-arm64'
|
||||
api_key:
|
||||
from_secret: release_token
|
||||
depends_on:
|
||||
- prod/build-binary/linux-amd64
|
||||
- prod/build-binary/linux-arm64
|
||||
- prod/build-docker/linux-multiarch
|
||||
|
||||
when:
|
||||
- event: tag
|
||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## [1.0.2](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.2) - 2025-04-08
|
||||
|
||||
### ❤️ Thanks to all contributors! ❤️
|
||||
|
||||
@Phil
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- [CI/Tag] Wait for release when build is success [[#16](https://git.hackmi.ch/Phil/goshorly/pulls/16)]
|
||||
|
||||
## [1.0.1](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.1) - 2025-04-07
|
||||
|
||||
### ❤️ Thanks to all contributors! ❤️
|
||||
|
|
Loading…
Add table
Reference in a new issue