generated from Templates/Baseline
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [woodpeckerci/plugin-ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) | patch | `3.1.3` -> `3.1.4` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjAtbmV4dC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMC4wLW5leHQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Reviewed-on: #35 Co-authored-by: renovate-bot <renovate@ocram85.com> Co-committed-by: renovate-bot <renovate@ocram85.com>
20 lines
358 B
YAML
20 lines
358 B
YAML
depends_on:
|
|
- ci
|
|
- test-image
|
|
|
|
when:
|
|
- event: push
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
- event: manual
|
|
evaluate: TASK == "release-helper"
|
|
|
|
steps:
|
|
release-helper:
|
|
image: woodpeckerci/plugin-ready-release-go:3.1.4
|
|
settings:
|
|
debug: true
|
|
git_email: noreply@ocram85.com
|
|
forge_token:
|
|
from_secret: ci_token
|