Announcing GoReleaser v2.4¶
New release coming in hot!
-
new: create macOS app bundles. Initially they are only usable with
dmgs, more uses might be added in the future. (only on pro) Example:.goreleaser.yamlapp_bundles: - bundle: com.goreleaser.goreleaser icon: www/docs/static/goreleaser.icns if: '{{eq .Arch "all"}}' dmg: - name: goreleaser use: appbundle
DMG with GoReleaser Pro's App Bundle. -
new:
nfpmsanddmgsget aniffield, which allows to further filter artifacts. (only on pro) - new:
dmgsget antemplated_extra_filesfield. (only on pro) - new:
kosgets support for setting annotations and user. - new: support for
GO386,GOARM64,GOMIPS64,GORISCV64, andGOPPC64, as well as new template variables for each of them. - new: experimental change of default
GOARMto7instead of6. - new: we are testing using Dagger to run our test pipeline. Thanks to the Dagger team for working on it, especially Kyle, Lev, and Marcos.
As always, bug fixes, dependency updates, housekeeping, and documentation updates are included in this release as well.
Other news¶
- GoReleaser now has ~13.7k stars and 409 contributors! Thanks, everyone!
- We eventually discuss new features in our Discord server. Join the conversation!
- nFPM had new releases as well, check it out.
Download¶
You can install or upgrade using your favorite package manager, or see the full release notes and download the pre-compiled binaries here and here (for Pro).
Helping out¶
You can help by reporting issues, contributing features, documentation improvements, and bug fixes. You can also sponsor the project, or get a GoReleaser Pro license.