goreleaser/goreleaser (goreleaser/goreleaser)
### [`v2.4.8`](https://redirect.github.com/goreleaser/goreleaser/releases/tag/v2.4.8)
[Compare Source](https://redirect.github.com/goreleaser/goreleaser/compare/v2.4.7...v2.4.8)
#### Changelog
##### Bug fixes
- [`377981e`](https://redirect.github.com/goreleaser/goreleaser/commit/377981ebd76e1bbb0dbe07d5428239ec8c5381a8): fix(aur): description with quotes ([#5304](https://redirect.github.com/goreleaser/goreleaser/issues/5304)) ([@ldez](https://redirect.github.com/ldez))
- [`10ab79f`](https://redirect.github.com/goreleaser/goreleaser/commit/10ab79f8581b9ff25a04f26cee54d2164f2d8277): fix(build): overrides without specifying goarm64 et al ([#5298](https://redirect.github.com/goreleaser/goreleaser/issues/5298)) ([@caarlos0](https://redirect.github.com/caarlos0))
- [`ae4f6aa`](https://redirect.github.com/goreleaser/goreleaser/commit/ae4f6aa662dd26a879f82d507fff13f816748e92): refactor: replace fmt.Errorf with errors.New for consistency ([#5294](https://redirect.github.com/goreleaser/goreleaser/issues/5294)) ([@alexandear](https://redirect.github.com/alexandear))
- [`bae3bac`](https://redirect.github.com/goreleaser/goreleaser/commit/bae3bacc7d34ec433a7cc0b53a2c3691ea8ba6b7): refactor: use cmp.Or instead of ordered.First ([#5295](https://redirect.github.com/goreleaser/goreleaser/issues/5295)) ([@alexandear](https://redirect.github.com/alexandear))
##### Dependency updates
- [`50d51ac`](https://redirect.github.com/goreleaser/goreleaser/commit/50d51ac89868bf6de10112e33cca5afb491b872f): chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 ([#5305](https://redirect.github.com/goreleaser/goreleaser/issues/5305)) ([@dependabot](https://redirect.github.com/dependabot)\[bot])
- [`11cd27e`](https://redirect.github.com/goreleaser/goreleaser/commit/11cd27ec20c00c7acb0b3007781728e715d0d27f): chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 ([#5300](https://redirect.github.com/goreleaser/goreleaser/issues/5300)) ([@dependabot](https://redirect.github.com/dependabot)\[bot])
- [`2527485`](https://redirect.github.com/goreleaser/goreleaser/commit/2527485f34069676742662704d7d62facde5b7ea): chore(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 ([#5302](https://redirect.github.com/goreleaser/goreleaser/issues/5302)) ([@dependabot](https://redirect.github.com/dependabot)\[bot])
- [`47f9781`](https://redirect.github.com/goreleaser/goreleaser/commit/47f97818647a66df9cb61986eff59ce9092f11f9): chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 ([#5299](https://redirect.github.com/goreleaser/goreleaser/issues/5299)) ([@dependabot](https://redirect.github.com/dependabot)\[bot])
- [`c124eef`](https://redirect.github.com/goreleaser/goreleaser/commit/c124eef95ab17145948133ffc130998ed21dbb7b): chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 ([#5296](https://redirect.github.com/goreleaser/goreleaser/issues/5296)) ([@dependabot](https://redirect.github.com/dependabot)\[bot])
- [`1cfe69e`](https://redirect.github.com/goreleaser/goreleaser/commit/1cfe69e7e9852d4f7b70881cb048170be2701d03): chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 ([#5303](https://redirect.github.com/goreleaser/goreleaser/issues/5303)) ([@dependabot](https://redirect.github.com/dependabot)\[bot])
##### Other work
- [`4b4facb`](https://redirect.github.com/goreleaser/goreleaser/commit/4b4facb4b2d265528464da33a6b5612dd8e73f3a): chore: auto-update generated files ([@actions-user](https://redirect.github.com/actions-user))
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/v2.4.7...v2.4.8
#### 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)!
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v2.4.7
->v2.4.8
Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
### [`v2.4.8`](https://redirect.github.com/goreleaser/goreleaser/releases/tag/v2.4.8) [Compare Source](https://redirect.github.com/goreleaser/goreleaser/compare/v2.4.7...v2.4.8) #### Changelog ##### Bug fixes - [`377981e`](https://redirect.github.com/goreleaser/goreleaser/commit/377981ebd76e1bbb0dbe07d5428239ec8c5381a8): fix(aur): description with quotes ([#5304](https://redirect.github.com/goreleaser/goreleaser/issues/5304)) ([@ldez](https://redirect.github.com/ldez)) - [`10ab79f`](https://redirect.github.com/goreleaser/goreleaser/commit/10ab79f8581b9ff25a04f26cee54d2164f2d8277): fix(build): overrides without specifying goarm64 et al ([#5298](https://redirect.github.com/goreleaser/goreleaser/issues/5298)) ([@caarlos0](https://redirect.github.com/caarlos0)) - [`ae4f6aa`](https://redirect.github.com/goreleaser/goreleaser/commit/ae4f6aa662dd26a879f82d507fff13f816748e92): refactor: replace fmt.Errorf with errors.New for consistency ([#5294](https://redirect.github.com/goreleaser/goreleaser/issues/5294)) ([@alexandear](https://redirect.github.com/alexandear)) - [`bae3bac`](https://redirect.github.com/goreleaser/goreleaser/commit/bae3bacc7d34ec433a7cc0b53a2c3691ea8ba6b7): refactor: use cmp.Or instead of ordered.First ([#5295](https://redirect.github.com/goreleaser/goreleaser/issues/5295)) ([@alexandear](https://redirect.github.com/alexandear)) ##### Dependency updates - [`50d51ac`](https://redirect.github.com/goreleaser/goreleaser/commit/50d51ac89868bf6de10112e33cca5afb491b872f): chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 ([#5305](https://redirect.github.com/goreleaser/goreleaser/issues/5305)) ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`11cd27e`](https://redirect.github.com/goreleaser/goreleaser/commit/11cd27ec20c00c7acb0b3007781728e715d0d27f): chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 ([#5300](https://redirect.github.com/goreleaser/goreleaser/issues/5300)) ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2527485`](https://redirect.github.com/goreleaser/goreleaser/commit/2527485f34069676742662704d7d62facde5b7ea): chore(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 ([#5302](https://redirect.github.com/goreleaser/goreleaser/issues/5302)) ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`47f9781`](https://redirect.github.com/goreleaser/goreleaser/commit/47f97818647a66df9cb61986eff59ce9092f11f9): chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 ([#5299](https://redirect.github.com/goreleaser/goreleaser/issues/5299)) ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`c124eef`](https://redirect.github.com/goreleaser/goreleaser/commit/c124eef95ab17145948133ffc130998ed21dbb7b): chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 ([#5296](https://redirect.github.com/goreleaser/goreleaser/issues/5296)) ([@dependabot](https://redirect.github.com/dependabot)\[bot]) - [`1cfe69e`](https://redirect.github.com/goreleaser/goreleaser/commit/1cfe69e7e9852d4f7b70881cb048170be2701d03): chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 ([#5303](https://redirect.github.com/goreleaser/goreleaser/issues/5303)) ([@dependabot](https://redirect.github.com/dependabot)\[bot]) ##### Other work - [`4b4facb`](https://redirect.github.com/goreleaser/goreleaser/commit/4b4facb4b2d265528464da33a6b5612dd8e73f3a): chore: auto-update generated files ([@actions-user](https://redirect.github.com/actions-user)) **Full Changelog**: https://github.com/goreleaser/goreleaser/compare/v2.4.7...v2.4.8 #### 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)!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 was generated by Mend Renovate. View the repository job log.