Add ready-release-go plugin
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/release Pipeline failed
ci/woodpecker/push/vulnerability-scan Pipeline was successful
ci/woodpecker/push/docker-buildx Pipeline was successful

This commit is contained in:
Liam Steckler 2025-07-05 22:15:53 -07:00
parent 1acb06c481
commit 249406e12e
2 changed files with 15 additions and 0 deletions

View file

@ -19,3 +19,6 @@ steps:
platforms: linux/amd64,linux/arm64
when:
event: push
depends_on:
- lint

12
.woodpecker/release.yml Normal file
View file

@ -0,0 +1,12 @@
steps:
release-helper:
image: woodpeckerci/plugin-ready-release-go
settings:
git_email: woodpecker_bot@gruezi.net
forge_type: forgejo
forge_token:
from_secret: FORGEJO_API_TOKEN
when:
event: push
branch: ${CI_REPO_DEFAULT_BRANCH}