This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) | patch | `v2.14.1` -> `v2.14.2` |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the warning logs for more information.
---
### Release Notes
<details>
<summary>goreleaser/goreleaser (goreleaser/goreleaser)</summary>
### [`v2.14.2`](https://github.com/goreleaser/goreleaser/releases/tag/v2.14.2)
[Compare Source](https://github.com/goreleaser/goreleaser/compare/v2.14.1...v2.14.2)
#### Announcement
Read the official announcement: [Announcing GoReleaser v2.14](https://goreleaser.com/blog/goreleaser-v2.14/).
#### Changelog
##### Bug fixes
- [`a5070ed`](https://github.com/goreleaser/goreleaser/commit/a5070ed2d4bd751e3abfc30c3e025ded2465b432): fix(sbom): fix Windows CI test failure in catalog\_source\_archives ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`89d4957`](https://github.com/goreleaser/goreleaser/commit/89d4957538bf5ba2c6ea1ec607249e5f7c010b0f): fix(telegram): chat\_id should be allowed in the `@channelname` form ([@​caarlos0](https://github.com/caarlos0))
- [`7089915`](https://github.com/goreleaser/goreleaser/commit/7089915a98555ca6afca9817df30aec83825aec5): fix(telegram): improve default message template ([@​caarlos0](https://github.com/caarlos0))
- [`6a3f983`](https://github.com/goreleaser/goreleaser/commit/6a3f983c7e7963dded48166185d205b6f31fc54a): fix(upload): prevent sendFile race condition on Windows ([@​caarlos0](https://github.com/caarlos0) and [@​Copilot](https://github.com/Copilot))
- [`0c0906d`](https://github.com/goreleaser/goreleaser/commit/0c0906d5c66482ac750f5508c324f3020280da85): fix: go1.26.1 ([@​caarlos0](https://github.com/caarlos0))
- [`0dfb84b`](https://github.com/goreleaser/goreleaser/commit/0dfb84b03945a0b1499536e30bc5f1360de651bf): fix: improve logs ([@​caarlos0](https://github.com/caarlos0))
- [`53dd3b7`](https://github.com/goreleaser/goreleaser/commit/53dd3b7290d3913c652ff3a6a913ec30ab8acc49): fix: lint ([@​caarlos0](https://github.com/caarlos0))
##### Documentation updates
- [`b2b85e0`](https://github.com/goreleaser/goreleaser/commit/b2b85e07e619b7fe7bd21a5666b8db20cb0caea4): docs(deps): bump mkdocs-material in /www in the docs group ([@​dependabot](https://github.com/dependabot)\[bot])
- [`3227c59`](https://github.com/goreleaser/goreleaser/commit/3227c599eb5962b078c89cacecaab15631811598): docs(deps): bump mkdocs-material in /www in the docs group ([@​dependabot](https://github.com/dependabot)\[bot])
- [`a6aee4a`](https://github.com/goreleaser/goreleaser/commit/a6aee4ae99a481cbb8932e480f03e9cbeab3bd26): docs: fix badges ([@​caarlos0](https://github.com/caarlos0))
- [`3722f3c`](https://github.com/goreleaser/goreleaser/commit/3722f3c67f9630170f141a2d1555dc61fc2d3976): docs: improve telegram docs ([@​caarlos0](https://github.com/caarlos0))
- [`43ce1c2`](https://github.com/goreleaser/goreleaser/commit/43ce1c231759a9d53b3aab77aab6c44d6d3a7db6): docs: telegram link ([@​caarlos0](https://github.com/caarlos0))
- [`ed620f1`](https://github.com/goreleaser/goreleaser/commit/ed620f1557b33fe3029cb4f6b91dc53b7b00dc1d): docs: update install.md ([@​caarlos0](https://github.com/caarlos0))
##### Other work
- [`7e53058`](https://github.com/goreleaser/goreleaser/commit/7e5305831e946fefc0d069ad9f7e0dc11e5fe668): chore(ci): switch artifact attestations gen to actions/attest ([@​scop](https://github.com/scop))
- [`b8b56ef`](https://github.com/goreleaser/goreleaser/commit/b8b56ef89a6338e241c39eed6cb807ba02ebc4ad): chore: add .env to .gitignore ([@​caarlos0](https://github.com/caarlos0))
- [`0513ddb`](https://github.com/goreleaser/goreleaser/commit/0513ddbd12616b6494fcb8c9911c01970159323d): chore: add comment ([@​caarlos0](https://github.com/caarlos0))
- [`ec28ed7`](https://github.com/goreleaser/goreleaser/commit/ec28ed71dfabed8fd695a4a8de2d53accf257bf8): ci(deps): bump the actions group with 11 updates ([@​dependabot](https://github.com/dependabot)\[bot])
- [`b51c2e8`](https://github.com/goreleaser/goreleaser/commit/b51c2e80fe1b2e665ab8138c7792be2813f8940c): ci(deps): bump the actions group with 7 updates ([@​dependabot](https://github.com/dependabot)\[bot])
**Full Changelog**: <https://github.com/goreleaser/goreleaser/compare/v2.14.1...v2.14.2>
#### 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.1->v2.14.2Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.14.2Compare Source
Announcement
Read the official announcement: Announcing GoReleaser v2.14.
Changelog
Bug fixes
a5070ed: fix(sbom): fix Windows CI test failure in catalog_source_archives (@caarlos0 and @Copilot)89d4957: fix(telegram): chat_id should be allowed in the@channelnameform (@caarlos0)7089915: fix(telegram): improve default message template (@caarlos0)6a3f983: fix(upload): prevent sendFile race condition on Windows (@caarlos0 and @Copilot)0c0906d: fix: go1.26.1 (@caarlos0)0dfb84b: fix: improve logs (@caarlos0)53dd3b7: fix: lint (@caarlos0)Documentation updates
b2b85e0: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])3227c59: docs(deps): bump mkdocs-material in /www in the docs group (@dependabot[bot])a6aee4a: docs: fix badges (@caarlos0)3722f3c: docs: improve telegram docs (@caarlos0)43ce1c2: docs: telegram link (@caarlos0)ed620f1: docs: update install.md (@caarlos0)Other work
7e53058: chore(ci): switch artifact attestations gen to actions/attest (@scop)b8b56ef: chore: add .env to .gitignore (@caarlos0)0513ddb: chore: add comment (@caarlos0)ec28ed7: ci(deps): bump the actions group with 11 updates (@dependabot[bot])b51c2e8: ci(deps): bump the actions group with 7 updates (@dependabot[bot])Full Changelog: https://github.com/goreleaser/goreleaser/compare/v2.14.1...v2.14.2
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.