From 738d85cc8e1c28687607a61e893703807206b6f2 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Sat, 7 Dec 2024 10:28:39 +0000 Subject: [PATCH] chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v3 (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
woodpecker-ci/plugin-ready-release-go (docker.io/woodpeckerci/plugin-ready-release-go) ### [`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! ❤️ [@​6543](https://github.com/6543), [@​anbraten](https://github.com/anbraten), [@​xoxys](https://github.com/xoxys) ##### 💥 Breaking changes - Disable commentOnReleasedPullRequests by default \[[#​253](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/253)] ##### 📈 Enhancement - Add tests for changelog generation \[[#​245](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/245)] - Use separate build stage to install dependencies and share node_modules \[[#​244](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/244)] ##### 📦️ Dependency - chore(deps): lock file maintenance \[[#​252](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/252)] - chore(deps): update dependency prettier to v3.4.1 \[[#​251](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/251)] - chore(deps): update dependency [@​types/node](https://github.com/types/node) to v22.10.1 \[[#​250](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/250)] - chore(deps): update vitest monorepo to v2.1.6 \[[#​249](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/249)] - chore(deps): lock file maintenance \[[#​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 \[[#​241](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/241)] - chore(deps): update dependency [@​types/node](https://github.com/types/node) to v22.9.3 \[[#​240](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/240)] - chore(deps): lock file maintenance \[[#​236](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/236)] - chore(deps): update dependency typescript to v5.7.2 \[[#​239](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/239)] - chore(deps): update dependency [@​types/node](https://github.com/types/node) to v22.9.2 \[[#​238](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/238)] - chore(deps): update vitest monorepo to v2.1.5 \[[#​235](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/235)] - chore(deps): lock file maintenance \[[#​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 \[[#​231](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/231)] - chore(deps): lock file maintenance \[[#​229](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/229)] ##### Misc - Add release-please to readme \[[#​248](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/248)] - Separate pr-labels to changes code into an analyser \[[#​237](https://github.com/woodpecker-ci/plugin-ready-release-go/pull/237)]
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/37 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: woodpecker-bot Co-committed-by: woodpecker-bot --- .woodpecker/release-helper.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/release-helper.yaml b/.woodpecker/release-helper.yaml index 047aed1..6ad8d75 100644 --- a/.woodpecker/release-helper.yaml +++ b/.woodpecker/release-helper.yaml @@ -6,7 +6,7 @@ when: steps: - name: release-helper - image: docker.io/woodpeckerci/plugin-ready-release-go:2.1.1 + image: docker.io/woodpeckerci/plugin-ready-release-go:3.0.0 settings: release_branch: ${CI_COMMIT_BRANCH} git_email: woodpecker-bot@obermui.de