mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 05:26:31 +00:00
032bdd6b2d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 lines
361 B
YAML
15 lines
361 B
YAML
steps:
|
|
- name: release-helper
|
|
image: docker.io/woodpeckerci/plugin-ready-release-go:3.1.0
|
|
settings:
|
|
release_branch: ${CI_COMMIT_BRANCH}
|
|
forge_type: github
|
|
git_email: woodpecker-bot@obermui.de
|
|
github_token:
|
|
from_secret: GITHUB_TOKEN
|
|
|
|
when:
|
|
- event: push
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
- release/*
|