Compare commits

...

2 commits
v1.0.1 ... main

Author SHA1 Message Date
709a729646 🎉 Release 1.0.2 (#17)
All checks were successful
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/tag/0-pre Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline was successful
ci/woodpecker/tag/20-build-tag Pipeline was successful
This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `1.0.2` will be created automatically. If you're not ready to do a release yet, that's fine, whenever you add more changes to `main` this pull-request will be updated.

## Options

- [ ] Mark this version as a release candidate

## [1.0.2](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.2) - 2025-04-08

### 🐛 Bug Fixes

- [CI/Tag] Wait for release when build is success [[#16](#16)]

Co-authored-by: oauth <release_mail>
Reviewed-on: #17
Co-authored-by: release-bot <release-bot@noreply.email>
Co-committed-by: release-bot <release-bot@noreply.email>
2025-04-08 09:12:11 +00:00
1bcfe3ee63 [CI/Tag] Wait for release when build is success (#16)
Some checks failed
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline failed
Reviewed-on: #16
2025-04-08 09:06:42 +00:00
2 changed files with 14 additions and 0 deletions

View file

@ -42,6 +42,10 @@ steps:
- 'app-linux-arm64' - 'app-linux-arm64'
api_key: api_key:
from_secret: release_token from_secret: release_token
depends_on:
- prod/build-binary/linux-amd64
- prod/build-binary/linux-arm64
- prod/build-docker/linux-multiarch
when: when:
- event: tag - event: tag

View file

@ -1,5 +1,15 @@
# Changelog # 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 ## [1.0.1](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.1) - 2025-04-07
### ❤️ Thanks to all contributors! ❤️ ### ❤️ Thanks to all contributors! ❤️