go-plugin/.woodpecker/release-helper.yaml

15 lines
334 B
YAML
Raw Normal View History

when:
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
steps:
- name: release-helper
chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v3 (#37) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/woodpeckerci/plugin-ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) | major | `2.1.1` -> `3.0.0` | --- ### Release Notes <details> <summary>woodpecker-ci/plugin-ready-release-go (docker.io/woodpeckerci/plugin-ready-release-go)</summary> ### [`v3.0.0`](https://github.com/woodpecker-ci/plugin-ready-release-go/blob/HEAD/CHANGELOG.md#300---2024-12-02) [Compare Source](https://github.com/woodpecker-ci/plugin-ready-release-go/compare/2.1.1...3.0.0) ##### ❤️ Thanks to all contributors! ❤️ [@&#8203;6543](https://github.com/6543), [@&#8203;anbraten](https://github.com/anbraten), [@&#8203;xoxys](https://github.com/xoxys) ##### 💥 Breaking changes - Disable commentOnReleasedPullRequests by default \[[#&#8203;253](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/253)] ##### 📈 Enhancement - Add tests for changelog generation \[[#&#8203;245](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/245)] - Use separate build stage to install dependencies and share node_modules \[[#&#8203;244](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/244)] ##### 📦️ Dependency - chore(deps): lock file maintenance \[[#&#8203;252](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/252)] - chore(deps): update dependency prettier to v3.4.1 \[[#&#8203;251](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/251)] - chore(deps): update dependency [@&#8203;types/node](https://github.com/types/node) to v22.10.1 \[[#&#8203;250](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/250)] - chore(deps): update vitest monorepo to v2.1.6 \[[#&#8203;249](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/249)] - chore(deps): lock file maintenance \[[#&#8203;243](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/243)] - chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.43.0 \[[#&#8203;241](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/241)] - chore(deps): update dependency [@&#8203;types/node](https://github.com/types/node) to v22.9.3 \[[#&#8203;240](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/240)] - chore(deps): lock file maintenance \[[#&#8203;236](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/236)] - chore(deps): update dependency typescript to v5.7.2 \[[#&#8203;239](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/239)] - chore(deps): update dependency [@&#8203;types/node](https://github.com/types/node) to v22.9.2 \[[#&#8203;238](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/238)] - chore(deps): update vitest monorepo to v2.1.5 \[[#&#8203;235](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/235)] - chore(deps): lock file maintenance \[[#&#8203;232](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/232)] - chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v2.1.1 \[[#&#8203;231](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/231)] - chore(deps): lock file maintenance \[[#&#8203;229](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/229)] ##### Misc - Add release-please to readme \[[#&#8203;248](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/248)] - Separate pr-labels to changes code into an analyser \[[#&#8203;237](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/237)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS41Ni4yIiwidXBkYXRlZEluVmVyIjoiMzkuNTYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==--> Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/37 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de> Co-committed-by: woodpecker-bot <woodpecker-bot@obermui.de>
2024-12-07 11:28:39 +01:00
image: docker.io/woodpeckerci/plugin-ready-release-go:3.0.0
settings:
release_branch: ${CI_COMMIT_BRANCH}
git_email: woodpecker-bot@obermui.de
forge_token:
from_secret: gitea_token