Update dependency goreleaser/goreleaser to v2.11.0 #966
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.9.0
->v2.11.0
Release Notes
goreleaser/goreleaser (goreleaser/goreleaser)
v2.11.0
Compare Source
Changelog
New Features
eaaf0c5
: feat(cask): placecustom_block
on top of cask definition (#5831) (@sushichan044)b443215
: feat(cask): pluralize manpages (#5839) (@caarlos0)ee5e42f
: feat(ux): use fang (#5842) (@caarlos0)b3b2a92
: feat: add signed commits capability (#5820) (@hugodocto)4990a80
: feat: improve error handling (#5878) (@caarlos0)9e466d9
: feat: log duration of all shell commands (#5872) (@caarlos0)4d9c105
: feat: run custom publishers last (@caarlos0)Bug fixes
158cbfc
: fix(archive): ignore override with no formats (@caarlos0)988be8f
: fix(archive): override with no goos (@caarlos0)0dd4742
: fix(cask): add test and docs for custom URL (#5844) (@caarlos0)5d927a0
: fix(cask): invalid string quoting in uninstall/zap arrays (#5885) (@stupside)63c4755
: fix(casks): binary packages need to rename to binary (#5840) (@caarlos0)b67fe02
: fix(deps): update to lipgloss/v2 (#5877) (@caarlos0)076452b
: fix(http): improve log output (@caarlos0)735ed6f
: fix(nix): improve nix-hash check (#5883) (@caarlos0)d9614b3
: fix(rust): properly group binaries by platform (#5866) (@caarlos0)6866c14
: fix(schema): upload.mode enum (@caarlos0)f39686b
: fix(semver): skip=validate allows invalid semver (#5845) (@caarlos0)d4b3fd6
: fix: artifact.Checksum should set artifact.Extra field (#5849) (@alexandear)cb8b6f0
: fix: keyword style (@caarlos0)3af52ad
: fix: remove opts set by fang (@caarlos0)1a72d4e
: fix: skip empty image_templates in docker_manifests (#5825) (@zerospiel)c057943
: fix: typo (@caarlos0)2d1128c
: fix: warn if cask directory is not Casks (@caarlos0)f409252
: refactor: improve commitauthor templating (#5858) (@caarlos0)27dd9af
: refactor: rename package (@caarlos0)39e7191
: refactor: simplify tests with require.ErrorContains (#5855) (@alexandear)38c4491
: refactor: using signal.NotifyContext, better context usage (#5859) (@caarlos0)Documentation updates
f4869f9
: docs(cask): fix the incorrect Ruby code in the example (#5847) (@sushichan044)3fac43e
: docs: clarify 'binary' mode usage (@caarlos0)49b6904
: docs: cleanup (@caarlos0)f6116d0
: docs: fix (@caarlos0)70cad02
: docs: improve cask deprecation notice (@caarlos0)9f6e648
: docs: readme update (@caarlos0)Other work
d043b9b
: Revert "chore(deps): bump github.com/charmbracelet/lipgloss/v2 from 2.0.0-beta.2.0.20250707173510-045a87bf1420 to 2.0.0-beta1 (#5889)" (@caarlos0)fb05318
: chore: fix lint issues (@caarlos0)2665e72
: chore: lint (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.10.2...v2.11.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?
v2.10.2
Compare Source
Changelog
Bug fixes
6c5c325
: fix(cask): conflicts and depends still not quite right (@caarlos0)Documentation updates
063c5d5
: docs: improve install.md (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.10.1...v2.10.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?
v2.10.1
Compare Source
Changelog
Bug fixes
291534e
: fix(homebrew_casks): many fixes (@caarlos0)Other work
17ce223
: chore: keep license in the struct for now (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.10.0...v2.10.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?
v2.10.0
Compare Source
Changelog
New Features
b5bd97e
: feat(cask): improve URL config (#5803) (@caarlos0)c344780
: feat(ko): allow configuration of local domain to allow publishing to other local registries (e.g. kind) (#5809) (@markussiebert)cdc44c8
: feat(nfpm): support rpm.buildhost (@caarlos0)c8fd3bd
: feat: homebrew casks (#5780) (@caarlos0)bdf6d41
: feat: mcp server (#5798) (@caarlos0)47f178c
: feat: sbom.disable (#5787) (@caarlos0)c356f7d
: feat: support addtional url parameters in homebrew cask (#5800) (@sushichan044)Bug fixes
ab3e620
: fix(brew,nix): support txz, tgz, tzst, tar.zst (#5746) (@caarlos0)768d64d
: fix(bun,deno): duplicated build flags (#5771) (@caarlos0)2a05832
: fix(dep): update gitlab, fix use of removed function (#5807) (@caarlos0)df9647c
: fix(gitlab): use CI_SERVER_VERSION when available (#5783) (@rbqvq)43bc15e
: fix(init): handle CRLF line endings in gitignore (#5775) (@Ansurfen)fc72396
: fix: help case (@caarlos0)11daf6b
: fix: unneeded warnings (@caarlos0)Documentation updates
47bcf9a
: docs: add blog post about packaging and publishing Go binaries on NPM which use GoReleaser as build tool (#5759) (@thetnaingtn)43359a8
: docs: improve casks docs and migration guide (@caarlos0)90f3cef
: docs: improvements based on feedback (@caarlos0)63d9103
: docs: update USERS.md (#5810) (@taigrr)7bbf381
: docs: update git tag sort option (@caarlos0)c39710a
: docs: update homepage (@caarlos0)1ed4275
: docs: use recommended SPDX SBOM filename in example (#5745) (@scop)5014328
: docs: v2.10 (@caarlos0)Other work
2e94115
: chore: deprecate more stuff (@caarlos0)216f4c5
: ci(dagger): failing zig tests (#5806) (@caarlos0)Full Changelog: goreleaser/goreleaser@v2.9.0...v2.10.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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/Los_Angeles, 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.