1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-09-16 08:46:30 +02:00

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
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,
};