This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | patch | `v2.12.2` -> `v2.12.3` |
---
### Release Notes
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.12.3`](https://github.com/goreleaser/goreleaser/releases/tag/v2.12.3)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.12.2...v2.12.3)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.12](https://goreleaser.com/blog/goreleaser-v2.12/).
#### Changelog
##### Bug fixes
- [`a1d945d`](https://github.com/goreleaser/goreleaser/commit/a1d945da6150425f5e7188dea819992d8a600b8e): fix(makeself): keep full binary name ([@​caarlos0](https://github.com/caarlos0))
- [`54274e5`](https://github.com/goreleaser/goreleaser/commit/54274e51426fefa9faa4663dd27e8e293bbd204f): fix(makeself): keep script name ([@​caarlos0](https://github.com/caarlos0))
- [`f195f3c`](https://github.com/goreleaser/goreleaser/commit/f195f3ced5c7514f8296dea3dfe588b6d6d8b260): fix(sbom): --enrich=all should be the default ([#​6095](https://github.com/goreleaser/goreleaser/issues/6095)) ([@​caarlos0](https://github.com/caarlos0))
- [`798a927`](https://github.com/goreleaser/goreleaser/commit/798a9279db12602fd4294af8fb3a7add82bec0d7): fix: lint ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`78ec122`](https://github.com/goreleaser/goreleaser/commit/78ec12230177c29f39bfeb76e79c9c75a6ba4d61): docs(sec): threat model ([@​caarlos0](https://github.com/caarlos0))
- [`269a76b`](https://github.com/goreleaser/goreleaser/commit/269a76b03d8d549971322b1172e5ddaa2ae4aaf3): docs: fedora move exclude to repo config ([#​6103](https://github.com/goreleaser/goreleaser/issues/6103)) ([@​mulbc](https://github.com/mulbc))
- [`fd5a30f`](https://github.com/goreleaser/goreleaser/commit/fd5a30f7d489a8375dfe6e66a6a55d05ff8ae91a): docs: fix inconsistency about symlink in nfpm.md ([#​6094](https://github.com/goreleaser/goreleaser/issues/6094)) ([@​kaitokimuraofficial](https://github.com/kaitokimuraofficial))
- [`44b0d91`](https://github.com/goreleaser/goreleaser/commit/44b0d91479a6c795a572211ef25a7da1c6057e48): docs: fix title ([@​caarlos0](https://github.com/caarlos0))
- [`f63a01c`](https://github.com/goreleaser/goreleaser/commit/f63a01c9c84639e67de818b201e8930ffda5d858): docs: icons on smaller screens ([@​caarlos0](https://github.com/caarlos0))
- [`821cd7a`](https://github.com/goreleaser/goreleaser/commit/821cd7abb9b997ea3cfc7388779c6eb2959ed905): docs: pin mkdocs-material image, add it to dependabot ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`0ef2b3f`](https://github.com/goreleaser/goreleaser/commit/0ef2b3f1a73111e859b66cb92f4b7bb27cfae27a): ci(sec): improve workflows ([@​caarlos0](https://github.com/caarlos0))
- [`3eea0d7`](https://github.com/goreleaser/goreleaser/commit/3eea0d775284baca07ed7a5050268c4eb50ed28b): ci(sec): improve workflows perms ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.12.2...v2.12.3>
#### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
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.12.2->v2.12.3Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.12.3Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.12.
Changelog
Bug fixes
a1d945d: fix(makeself): keep full binary name (@caarlos0)54274e5: fix(makeself): keep script name (@caarlos0)f195f3c: fix(sbom): --enrich=all should be the default (#6095) (@caarlos0)798a927: fix: lint (@caarlos0)Documentation updates
78ec122: docs(sec): threat model (@caarlos0)269a76b: docs: fedora move exclude to repo config (#6103) (@mulbc)fd5a30f: docs: fix inconsistency about symlink in nfpm.md (#6094) (@kaitokimuraofficial)44b0d91: docs: fix title (@caarlos0)f63a01c: docs: icons on smaller screens (@caarlos0)821cd7a: docs: pin mkdocs-material image, add it to dependabot (@caarlos0)Other work
0ef2b3f: ci(sec): improve workflows (@caarlos0)3eea0d7: ci(sec): improve workflows perms (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.12.2...v2.12.3
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.