This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | patch | `v2.14.0` -> `v2.14.1` |
---
### Release Notes
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.14.1`](https://github.com/goreleaser/goreleaser/releases/tag/v2.14.1)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.14.0...v2.14.1)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.14](https://goreleaser.com/blog/goreleaser-v2.14/).
#### Changelog
##### Security updates
- [`6bce54f`](https://github.com/goreleaser/goreleaser/commit/6bce54f02c901c4e42e699d35e66b4d82f2ce162): sec(deps): update filippo.io/edwards25519 ([@​caarlos0](https://github.com/caarlos0))
##### Bug fixes
- [`6e813e9`](https://github.com/goreleaser/goreleaser/commit/6e813e9a69f48c67999dbef151b3f79f13e04756): fix(docker/v2): output in error ([@​caarlos0](https://github.com/caarlos0))
- [`4621880`](https://github.com/goreleaser/goreleaser/commit/46218808ad593c62b58b7bd37dd516501413cb62): fix(tmpl): rename toSlice to list ([@​caarlos0](https://github.com/caarlos0))
- [`c174134`](https://github.com/goreleaser/goreleaser/commit/c1741345b51d0c19f3f26a6af329100f28593b68): fix(tmpl): slice -> toSlice ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`8d53236`](https://github.com/goreleaser/goreleaser/commit/8d53236324a057e06f6f9a81803df6c13bd29b3d): docs: announce v2.14 ([@​caarlos0](https://github.com/caarlos0))
- [`c5c6637`](https://github.com/goreleaser/goreleaser/commit/c5c6637a850dcb9d68b6b23465bba94d3440e5a8): docs: fix gemfury links ([@​caarlos0](https://github.com/caarlos0))
- [`79922a2`](https://github.com/goreleaser/goreleaser/commit/79922a277cfe9d9ab9cf8814eb9f1503f6417a02): docs: fix more divider ([@​caarlos0](https://github.com/caarlos0))
- [`fe23919`](https://github.com/goreleaser/goreleaser/commit/fe23919a06c53f17a794680ba351df6d19763f33): docs: fix syntax ([@​caarlos0](https://github.com/caarlos0))
- [`0c1ac6d`](https://github.com/goreleaser/goreleaser/commit/0c1ac6dd222c2f026026fa334d1974cf21a95b22): docs: fmt ([@​caarlos0](https://github.com/caarlos0))
- [`ce778c3`](https://github.com/goreleaser/goreleaser/commit/ce778c3d2147417769275463f94e1931ca2de390): docs: typo ([@​caarlos0](https://github.com/caarlos0))
- [`63e1434`](https://github.com/goreleaser/goreleaser/commit/63e143478d2c6f36ea3571a19dc77b8131008595): docs: update github action ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`d525fe7`](https://github.com/goreleaser/goreleaser/commit/d525fe7b7b64047693acf1973d3ce1818907a9ce): chore: remove unused file ([@​caarlos0](https://github.com/caarlos0))
- [`fd46e47`](https://github.com/goreleaser/goreleaser/commit/fd46e47b69a1d7014f5852513c6ceb269118d0a3): fix ([@​caarlos0](https://github.com/caarlos0))
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.14.0...v2.14.1>
#### 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.14.0->v2.14.1Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.14.1Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
Security updates
6bce54f: sec(deps): update filippo.io/edwards25519 (@caarlos0)Bug fixes
6e813e9: fix(docker/v2): output in error (@caarlos0)4621880: fix(tmpl): rename toSlice to list (@caarlos0)c174134: fix(tmpl): slice -> toSlice (@caarlos0)Documentation updates
8d53236: docs: announce v2.14 (@caarlos0)c5c6637: docs: fix gemfury links (@caarlos0)79922a2: docs: fix more divider (@caarlos0)fe23919: docs: fix syntax (@caarlos0)0c1ac6d: docs: fmt (@caarlos0)ce778c3: docs: typo (@caarlos0)63e1434: docs: update github action (@caarlos0)Other work
d525fe7: chore: remove unused file (@caarlos0)fd46e47: fix (@caarlos0)Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.14.0...v2.14.1
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.