Add release helper (#1976)

This commit is contained in:
Anbraten 2023-09-07 17:17:17 +02:00 committed by GitHub
parent 1806ad0165
commit 4c55a7c509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

14
.woodpecker/release.yml Normal file
View file

@ -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
release-config.ts Normal file
View file

@ -0,0 +1,3 @@
export default {
commentOnReleasedPullRequests: false,
};