Skip to content

Commit

Permalink
feat: add releaser-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Sep 6, 2023
1 parent 2531aa8 commit ab03ee2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .woodpecker/release-helper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
when:
event: push
branch: ${CI_REPO_DEFAULT_BRANCH}

steps:
release-helper:
image: woodpeckerci/plugin-ready-release-go
pull: true
settings:
release_branch: ${CI_REPO_DEFAULT_BRANCH}
forge_type: github
git_email: woodpecker-bot@obermui.de
github_token:
from_secret: GITHUB_TOKEN

0 comments on commit ab03ee2

Please sign in to comment.