Skip to content

Commit

Permalink
Add release helper (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Sep 7, 2023
1 parent 1806ad0 commit 4c55a7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .woodpecker/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
steps:
release:
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

when:
event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
3 changes: 3 additions & 0 deletions release-config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
commentOnReleasedPullRequests: false,
};

0 comments on commit 4c55a7c

Please sign in to comment.