mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
15 lines
361 B
YAML
15 lines
361 B
YAML
steps:
|
|
- name: release-helper
|
|
image: docker.io/woodpeckerci/plugin-ready-release-go:2.1.1
|
|
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/*
|