woodpecker/.woodpecker/release-helper.yml

17 lines
347 B
YAML
Raw Normal View History

version: 1
2023-09-07 15:17:17 +00:00
steps:
release-helper:
image: woodpeckerci/plugin-ready-release-go:0.7.0
2023-09-07 15:17:17 +00:00
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}