This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | minor | `v2.13.3` -> `v2.14.0` |
---
### Release Notes
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.14.0`](https://github.com/goreleaser/goreleaser/releases/tag/v2.14.0)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.13.3...v2.14.0)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.14](https://goreleaser.com/blog/goreleaser-v2.14/).
#### Changelog
##### New Features
- [`3161f6d`](https://github.com/goreleaser/goreleaser/commit/3161f6d751e2ef512dd2185a38cf32b6ec36c252): feat(dockers/v2): allow to skip load image in snapshot for daemonless clients ([#​6348](https://github.com/goreleaser/goreleaser/issues/6348)) ([@​BaptisteLalanne](https://github.com/BaptisteLalanne) and [@​caarlos0](https://github.com/caarlos0))
- [`3368f3d`](https://github.com/goreleaser/goreleaser/commit/3368f3d910ff2da52b7e346fefd33809ddcf6aab): feat(dockers/v2): template platforms ([#​6347](https://github.com/goreleaser/goreleaser/issues/6347)) ([@​caarlos0](https://github.com/caarlos0))
- [`cfa0bce`](https://github.com/goreleaser/goreleaser/commit/cfa0bce2673b7fd6dbe08c798fd0cc6a155c399c): feat(dockers\_v2): warn user if it seems like they're rebuilding binaries ([#​6342](https://github.com/goreleaser/goreleaser/issues/6342)) ([@​caarlos0](https://github.com/caarlos0))
- [`de60363`](https://github.com/goreleaser/goreleaser/commit/de60363d1b0b85c1c145a0a0c2126d726819bd19): feat(homebrew\_cask): allow globs in manpages ([#​6324](https://github.com/goreleaser/goreleaser/issues/6324)) ([@​caarlos0](https://github.com/caarlos0))
- [`34583a4`](https://github.com/goreleaser/goreleaser/commit/34583a4ccfc0400beadd48a2c3354426aea5b931): feat(nfpm): allow to filter by goamd64 ([@​caarlos0](https://github.com/caarlos0))
- [`c8aef2a`](https://github.com/goreleaser/goreleaser/commit/c8aef2a8a127ec3f2875c98c532fb90376b7e632): feat(nfpm): set archvariant in deb for goamd64 ([@​caarlos0](https://github.com/caarlos0))
- [`4ead70b`](https://github.com/goreleaser/goreleaser/commit/4ead70be5decc95c4d1ad1c6ddca4fc5924ada51): feat(nix): add formatter support ([#​6357](https://github.com/goreleaser/goreleaser/issues/6357)) ([@​caarlos0](https://github.com/caarlos0))
- [`8df15da`](https://github.com/goreleaser/goreleaser/commit/8df15da36da9505511e4eb24152b191d34028c2f): feat(tmpl): englishJoin ([@​caarlos0](https://github.com/caarlos0))
- [`3702e4d`](https://github.com/goreleaser/goreleaser/commit/3702e4db05d97946b30e3b264c915308efd88957): feat(winget): allow to set package name ([#​6371](https://github.com/goreleaser/goreleaser/issues/6371)) ([@​caarlos0](https://github.com/caarlos0))
- [`bf2608c`](https://github.com/goreleaser/goreleaser/commit/bf2608c4dcc226c5d313e25aacce9df04f7b7c3e): feat(winget): update manifest schema to latest (1.12.0) ([#​6370](https://github.com/goreleaser/goreleaser/issues/6370)) ([@​vedantmgoyal9](https://github.com/vedantmgoyal9))
- [`20d273b`](https://github.com/goreleaser/goreleaser/commit/20d273bf4a96d2cebd0d99dcd9b10dc17cf71d61): feat: detect if binary is dynamically linked, proper nix configuration ([#​6346](https://github.com/goreleaser/goreleaser/issues/6346)) ([@​caarlos0](https://github.com/caarlos0))
- [`3a92bcc`](https://github.com/goreleaser/goreleaser/commit/3a92bccfe37ff4f20780a4b7b685caa95eea9240): feat: extract co-authors ([#​6322](https://github.com/goreleaser/goreleaser/issues/6322)) ([@​caarlos0](https://github.com/caarlos0))
- [`1c03c92`](https://github.com/goreleaser/goreleaser/commit/1c03c92807f6f5811656d885721828beba94b523): feat: go 1.25.6 ([@​caarlos0](https://github.com/caarlos0))
- [`a57d7b1`](https://github.com/goreleaser/goreleaser/commit/a57d7b1323b32c81a88a112f301565834cefddb3): feat: go1.25.7 ([@​caarlos0](https://github.com/caarlos0))
- [`323bb9e`](https://github.com/goreleaser/goreleaser/commit/323bb9e9be2faaf061ef89e8517677c3547ebca5): feat: improve gerrors ([@​caarlos0](https://github.com/caarlos0))
- [`086ddd5`](https://github.com/goreleaser/goreleaser/commit/086ddd538d07c9a1328cda15a85d50211b0f8d42): feat: use go1.26 ([@​caarlos0](https://github.com/caarlos0))
##### Security updates
- [`4f4893f`](https://github.com/goreleaser/goreleaser/commit/4f4893f40d376a4bd2469573d346bcd289015963): fixup! sec: redact secrets from command outputs and logs ([@​caarlos0](https://github.com/caarlos0))
- [`09cd360`](https://github.com/goreleaser/goreleaser/commit/09cd360554bb2dcd18e64588626a4de781a71ca4): sec: redact secrets from command outputs and logs ([@​caarlos0](https://github.com/caarlos0))
##### Bug fixes
- [`aa3844d`](https://github.com/goreleaser/goreleaser/commit/aa3844dd743ca475980b106f0a078393ec4247a7): fix(aur): src info should replace version with pkgver ([@​caarlos0](https://github.com/caarlos0))
- [`f811af1`](https://github.com/goreleaser/goreleaser/commit/f811af10f2c2af9b801abfa8c107b1bb41d42bfc): fix(brews): brew style sorbet error ([#​6373](https://github.com/goreleaser/goreleaser/issues/6373)) ([@​gliptak](https://github.com/gliptak))
- [`1c4d6d4`](https://github.com/goreleaser/goreleaser/commit/1c4d6d4d71aa5c5e24d7aab7e801891fbcfbe941): fix(cask): handle WrappedIn ([@​caarlos0](https://github.com/caarlos0))
- [`1101aeb`](https://github.com/goreleaser/goreleaser/commit/1101aebf9f784ec8f20a8e776201cf59e2540e03): fix(changelog): de-duplicate authors ([@​caarlos0](https://github.com/caarlos0))
- [`e008893`](https://github.com/goreleaser/goreleaser/commit/e0088933df0a227d5900a4a40542926618b208f5): fix(deps): fix github enterprise urls ([@​caarlos0](https://github.com/caarlos0))
- [`1c79913`](https://github.com/goreleaser/goreleaser/commit/1c79913727077a10ef654f2ad91a68e966b07fe6): fix(docker): bump Go to 1.25.7 to match go.mod ([@​jacarui](https://github.com/jacarui))
- [`56f411e`](https://github.com/goreleaser/goreleaser/commit/56f411e69dfdd2c97ef71ee7124f3dd7ebb5783d): fix(docker): regression with new buildx versions ([@​caarlos0](https://github.com/caarlos0))
- [`b611c6f`](https://github.com/goreleaser/goreleaser/commit/b611c6f3bc86c3efe6d25f3a1e35a06b05574ea1): fix(dockers/v2): improve log output, do not complain on driver=docker ([@​caarlos0](https://github.com/caarlos0))
- [`2c45558`](https://github.com/goreleaser/goreleaser/commit/2c455583304a9a8017242904f29eeb2d013e9f75): fix(dockers/v2): improve logs ([@​caarlos0](https://github.com/caarlos0))
- [`a9dbf93`](https://github.com/goreleaser/goreleaser/commit/a9dbf93e8509bcc285fd001e873e5b936bb35882): fix(dockers/v2): simplify code a bit ([@​caarlos0](https://github.com/caarlos0))
- [`b2d8862`](https://github.com/goreleaser/goreleaser/commit/b2d8862a025fdbacd69922370e5929438398943c): fix(nfpm): properly handle meta packages ([@​caarlos0](https://github.com/caarlos0))
- [`ae1b623`](https://github.com/goreleaser/goreleaser/commit/ae1b623849913d84e39f32d9bf89d0d1f2614282): fix(nix): auPatchelHook should be a dependency ([#​6364](https://github.com/goreleaser/goreleaser/issues/6364)) ([@​malikwirin](https://github.com/malikwirin))
- [`075c670`](https://github.com/goreleaser/goreleaser/commit/075c670276e2a233149c3387f507605ecb6d3d98): fix(nix): autoPatchelfHook on Linux only ([@​caarlos0](https://github.com/caarlos0))
- [`fb8547c`](https://github.com/goreleaser/goreleaser/commit/fb8547cc632f951dada5ec375797c7c2ec4a2d10): fix(sbom): improve log output ([@​caarlos0](https://github.com/caarlos0))
- [`49934c3`](https://github.com/goreleaser/goreleaser/commit/49934c3ec98496c88017a22c52e789e58afd5059): fix(tmpl): better englishJoin, added slice ([@​caarlos0](https://github.com/caarlos0))
- [`8807b97`](https://github.com/goreleaser/goreleaser/commit/8807b975bf186010633fa0d6ac1f386e16a9a573): fix: better debug output ([@​caarlos0](https://github.com/caarlos0))
- [`7d683d7`](https://github.com/goreleaser/goreleaser/commit/7d683d73a5b869c60b80db6ec17861cf9a42516e): fix: git-lfs on Dockerfile ([@​caarlos0](https://github.com/caarlos0))
- [`15cde46`](https://github.com/goreleaser/goreleaser/commit/15cde46a5b8c0eb37666b8e35cf4536f08b1e841): fix: github enteprise upload URLs ([@​caarlos0](https://github.com/caarlos0))
- [`b5c6487`](https://github.com/goreleaser/goreleaser/commit/b5c6487b607840bab9ce1b048567b2e357aebf66): fix: lint ([@​caarlos0](https://github.com/caarlos0))
- [`b62b13c`](https://github.com/goreleaser/goreleaser/commit/b62b13ca2a54abfc2460344501eb139e89426c32): fix: some rewording ([@​caarlos0](https://github.com/caarlos0))
- [`4b5e9fd`](https://github.com/goreleaser/goreleaser/commit/4b5e9fdef9ca0b0d048df93990c75902dd637390): fix: update sha3 and minor code style update ([#​6350](https://github.com/goreleaser/goreleaser/issues/6350)) ([@​caarlos0](https://github.com/caarlos0))
- [`df2bab4`](https://github.com/goreleaser/goreleaser/commit/df2bab47d71882de42b5b533fa2a4dd60c50474b): fixup! fix: better debug output ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`87dfeca`](https://github.com/goreleaser/goreleaser/commit/87dfecafa1a1006c5aa4d29e981837d8e6f3d3da): docs(deps): bump mkdocs-include-markdown-plugin from 7.2.0 to 7.2.1 in /www in the docs group ([#​6367](https://github.com/goreleaser/goreleaser/issues/6367)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`cd3d34c`](https://github.com/goreleaser/goreleaser/commit/cd3d34c7d4f81f9e4510fedf4246c159502a6a58): docs(deps): bump mkdocs-material in /www in the docs group ([@​dependabot](https://github.com/dependabot)\[bot])
- [`123dbd9`](https://github.com/goreleaser/goreleaser/commit/123dbd995016bc6774f3e3b59a5d16a521736369): docs(nfpm): document deb compression ([@​scop](https://github.com/scop))
- [`231ed16`](https://github.com/goreleaser/goreleaser/commit/231ed16092d62f09fe91adc9e1c927ca8b82e652): docs(schema): add missing zstd deb compression enum value ([@​scop](https://github.com/scop))
- [`ea8f0eb`](https://github.com/goreleaser/goreleaser/commit/ea8f0ebcce323ce6313f75153a939af5bde7621a): docs: Fix typo In Deprecation Docs on Homebrew Formulas ([#​6340](https://github.com/goreleaser/goreleaser/issues/6340)) ([@​bwagner5](https://github.com/bwagner5))
- [`996d78c`](https://github.com/goreleaser/goreleaser/commit/996d78cb6a24773a59004f753c692eedad59cf22): docs: document artifacts.json structure ([#​6341](https://github.com/goreleaser/goreleaser/issues/6341)) ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`100822e`](https://github.com/goreleaser/goreleaser/commit/100822edf0d89b40672ba5d9fc8db89405fabdc0): docs: document how to disable manifests in dockers\_v2 ([@​caarlos0](https://github.com/caarlos0))
- [`f7594cc`](https://github.com/goreleaser/goreleaser/commit/f7594ccec31d385a222379b66bfb6aaf9199effb): docs: gemfury link ([@​caarlos0](https://github.com/caarlos0))
- [`d76db96`](https://github.com/goreleaser/goreleaser/commit/d76db964d06bcd70d05c33766f7e45474594342f): docs: image ([@​caarlos0](https://github.com/caarlos0))
- [`d7e6a82`](https://github.com/goreleaser/goreleaser/commit/d7e6a8299f6ae8f56b03a9272da1068b3020e46f): docs: preparing for v2.14 ([@​caarlos0](https://github.com/caarlos0))
- [`6ae4126`](https://github.com/goreleaser/goreleaser/commit/6ae412657d620e8de448cf504cf7cb2ab4c1dce6): docs: secure fund ([@​caarlos0](https://github.com/caarlos0))
- [`b1e27d1`](https://github.com/goreleaser/goreleaser/commit/b1e27d155df3cf35812a2d9f9171e517bd39e599): docs: udpate ([@​caarlos0](https://github.com/caarlos0))
- [`26d008a`](https://github.com/goreleaser/goreleaser/commit/26d008a5ea8e51e5babb02cc7c06a7d39eb9bf98): docs: update sponsors ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`2bc0d08`](https://github.com/goreleaser/goreleaser/commit/2bc0d08febab39b25a20b0bff09676765f21dba8): Apply suggestion from [@​caarlos0](https://github.com/caarlos0) ([@​caarlos0](https://github.com/caarlos0))
- [`0d408a1`](https://github.com/goreleaser/goreleaser/commit/0d408a1e02ee4d497019cf81274086474b1a6626): chore: dockerfile ([@​caarlos0](https://github.com/caarlos0))
- [`c7afd06`](https://github.com/goreleaser/goreleaser/commit/c7afd06dc4ef0b1b3af36e2defe7b2219b78176d): chore: fix date ([@​caarlos0](https://github.com/caarlos0))
- [`782a160`](https://github.com/goreleaser/goreleaser/commit/782a1609e1c423a8c60cf0438bf4e4655b00ed72): chore: fmt ([@​caarlos0](https://github.com/caarlos0))
- [`c97cd28`](https://github.com/goreleaser/goreleaser/commit/c97cd284cc37acdb7fc6a799e6faf21e7230cd1e): chore: fmt ([@​caarlos0](https://github.com/caarlos0))
- [`a04cbc1`](https://github.com/goreleaser/goreleaser/commit/a04cbc128a6c6b9ad4b67174c02dab9e6290bc39): chore: move go-shellwords fork to goreleaser ([#​6372](https://github.com/goreleaser/goreleaser/issues/6372)) ([@​caarlos0](https://github.com/caarlos0))
- [`ef778d3`](https://github.com/goreleaser/goreleaser/commit/ef778d3a7fd3cc76ffe0820a795c34e1fb5717cc): chore: update schema-pro ([@​caarlos0](https://github.com/caarlos0))
- [`9056ecd`](https://github.com/goreleaser/goreleaser/commit/9056ecd6656c98caddaef08e569f0e05e9555a2b): ci(deps): bump astral-sh/setup-uv in the actions group ([@​dependabot](https://github.com/dependabot)\[bot])
- [`a32cb2c`](https://github.com/goreleaser/goreleaser/commit/a32cb2c114bd7523a6bbbe0efac60a9f68cffe6a): ci(deps): bump the actions group with 4 updates ([@​dependabot](https://github.com/dependabot)\[bot])
- [`183fae8`](https://github.com/goreleaser/goreleaser/commit/183fae8110922ae91b4837f67bf42b0e01acbee5): ci(deps): bump the actions group with 4 updates ([@​dependabot](https://github.com/dependabot)\[bot])
- [`36bb7ce`](https://github.com/goreleaser/goreleaser/commit/36bb7ce6758614365be992de41acc1c60b36ffe9): ci(deps): bump the actions group with 4 updates ([#​6344](https://github.com/goreleaser/goreleaser/issues/6344)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`2b1f112`](https://github.com/goreleaser/goreleaser/commit/2b1f11293b12516067bc2452521ee5c292cf4925): ci(deps): bump the actions group with 7 updates ([#​6355](https://github.com/goreleaser/goreleaser/issues/6355)) ([@​dependabot](https://github.com/dependabot)\[bot])
- [`ecc5b83`](https://github.com/goreleaser/goreleaser/commit/ecc5b83f9fc7be4deab6a6671592ba81cb59614e): ci(deps): bump the actions group with 8 updates ([#​6366](https://github.com/goreleaser/goreleaser/issues/6366)) ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.13.3...v2.14.0>
#### Helping out
This release is only possible thanks to **all** the support of some **awesome people**!
Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
#### Where to go next?
- Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.13.3->v2.14.0Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.14.0Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
New Features
3161f6d: feat(dockers/v2): allow to skip load image in snapshot for daemonless clients (#6348) (@BaptisteLalanne and @caarlos0)3368f3d: feat(dockers/v2): template platforms (#6347) (@caarlos0)cfa0bce: feat(dockers_v2): warn user if it seems like they're rebuilding binaries (#6342) (@caarlos0)de60363: feat(homebrew_cask): allow globs in manpages (#6324) (@caarlos0)34583a4: feat(nfpm): allow to filter by goamd64 (@caarlos0)c8aef2a: feat(nfpm): set archvariant in deb for goamd64 (@caarlos0)4ead70b: feat(nix): add formatter support (#6357) (@caarlos0)8df15da: feat(tmpl): englishJoin (@caarlos0)3702e4d: feat(winget): allow to set package name (#6371) (@caarlos0)bf2608c: feat(winget): update manifest schema to latest (1.12.0) (#6370) (@vedantmgoyal9)20d273b: feat: detect if binary is dynamically linked, proper nix configuration (#6346) (@caarlos0)3a92bcc: feat: extract co-authors (#6322) (@caarlos0)1c03c92: feat: go 1.25.6 (@caarlos0)a57d7b1: feat: go1.25.7 (@caarlos0)323bb9e: feat: improve gerrors (@caarlos0)086ddd5: feat: use go1.26 (@caarlos0)Security updates
4f4893f: fixup! sec: redact secrets from command outputs and logs (@caarlos0)09cd360: sec: redact secrets from command outputs and logs (@caarlos0)Bug fixes
aa3844d: fix(aur): src info should replace version with pkgver (@caarlos0)f811af1: fix(brews): brew style sorbet error (#6373) (@gliptak)1c4d6d4: fix(cask): handle WrappedIn (@caarlos0)1101aeb: fix(changelog): de-duplicate authors (@caarlos0)e008893: fix(deps): fix github enterprise urls (@caarlos0)1c79913: fix(docker): bump Go to 1.25.7 to match go.mod (@jacarui)56f411e: fix(docker): regression with new buildx versions (@caarlos0)b611c6f: fix(dockers/v2): improve log output, do not complain on driver=docker (@caarlos0)2c45558: fix(dockers/v2): improve logs (@caarlos0)a9dbf93: fix(dockers/v2): simplify code a bit (@caarlos0)b2d8862: fix(nfpm): properly handle meta packages (@caarlos0)ae1b623: fix(nix): auPatchelHook should be a dependency (#6364) (@malikwirin)075c670: fix(nix): autoPatchelfHook on Linux only (@caarlos0)fb8547c: fix(sbom): improve log output (@caarlos0)49934c3: fix(tmpl): better englishJoin, added slice (@caarlos0)8807b97: fix: better debug output (@caarlos0)7d683d7: fix: git-lfs on Dockerfile (@caarlos0)15cde46: fix: github enteprise upload URLs (@caarlos0)b5c6487: fix: lint (@caarlos0)b62b13c: fix: some rewording (@caarlos0)4b5e9fd: fix: update sha3 and minor code style update (#6350) (@caarlos0)df2bab4: fixup! fix: better debug output (@caarlos0)Documentation updates
87dfeca: docs(deps): bump mkdocs-include-markdown-plugin from 7.2.0 to 7.2.1 in /www in the docs group (#6367) (@dependabot[bot])cd3d34c: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])123dbd9: docs(nfpm): document deb compression (@scop)231ed16: docs(schema): add missing zstd deb compression enum value (@scop)ea8f0eb: docs: Fix typo In Deprecation Docs on Homebrew Formulas (#6340) (@bwagner5)996d78c: docs: document artifacts.json structure (#6341) (@caarlos0 and @Copilot)100822e: docs: document how to disable manifests in dockers_v2 (@caarlos0)f7594cc: docs: gemfury link (@caarlos0)d76db96: docs: image (@caarlos0)d7e6a82: docs: preparing for v2.14 (@caarlos0)6ae4126: docs: secure fund (@caarlos0)b1e27d1: docs: udpate (@caarlos0)26d008a: docs: update sponsors (@caarlos0)Other work
2bc0d08: Apply suggestion from @caarlos0 (@caarlos0)0d408a1: chore: dockerfile (@caarlos0)c7afd06: chore: fix date (@caarlos0)782a160: chore: fmt (@caarlos0)c97cd28: chore: fmt (@caarlos0)a04cbc1: chore: move go-shellwords fork to goreleaser (#6372) (@caarlos0)ef778d3: chore: update schema-pro (@caarlos0)9056ecd: ci(deps): bump astral-sh/setup-uv in the actions group (@dependabot[bot])a32cb2c: ci(deps): bump the actions group with 4 updates (@dependabot[bot])183fae8: ci(deps): bump the actions group with 4 updates (@dependabot[bot])36bb7ce: ci(deps): bump the actions group with 4 updates (#6344) (@dependabot[bot])2b1f112: ci(deps): bump the actions group with 7 updates (#6355) (@dependabot[bot])ecc5b83: ci(deps): bump the actions group with 8 updates (#6366) (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.13.3...v2.14.0
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.