Add ready-release-go plugin
This commit is contained in:
parent
1acb06c481
commit
249406e12e
2 changed files with 15 additions and 0 deletions
|
@ -19,3 +19,6 @@ steps:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- lint
|
||||||
|
|
12
.woodpecker/release.yml
Normal file
12
.woodpecker/release.yml
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue