github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2024-04-02-goreleaser-v1.25.md (about) 1 --- 2 date: 2024-04-02 3 slug: goreleaser-v1.25 4 categories: [announcements] 5 authors: [caarlos0] 6 --- 7 8 # Announcing GoReleaser v1.25 - Easter edition 9 10 Happy Easter! 11 12 The second release of 2024 is here! 13 It's the result of 2 months of work by me and many contributors, aiming on 14 releasing a v2 soon. 15 16 <!-- more --> 17 18 ## Highlights 19 20 - **new**: automatically update the description/readme on Docker Hub (only on [Pro][pro]) 21 - **new**: added `goreleaser verify-license` command (only on [Pro][pro]) 22 - **archives**: allow to skip archiving certain `GOOS` by using `none` in 23 `format_overrides` 24 - **dmg**: fix packaging when binary name contains a directory 25 - **msi**: fix packaging when binary name contains a directory 26 - **homebrew**: allow to set headers in an URL 27 - **homebrew**: sync fork before opening PR 28 - **krew**: sync fork before opening PR 29 - **nix**: sync fork before opening PR 30 - **scoop**: sync fork before opening PR 31 - **winget**: sync fork before opening PR 32 - **nix**: update valid licenses with upstream 33 - **nfpm**: signing passphrase improvements, support for compression, fieldsn 34 and predepends on debs 35 - **git**: retry clone if possible 36 - **release**: mark release as a draft, upload all artifacts, then publish it 37 - **release**: allow to delete previously existing artifacts 38 - **checksums**: allow to create one checksum file for each published artifact 39 - **config**: look into `.config/goreleaser.ya?ml` by default 40 - **build**: support netbsd/arm64 41 - **release**: support project ID in GitLab 42 - **build**: support `directory` in `gomod` 43 - **deprecations**: a lot of deprecations, working towards making the 44 configuration file more consistent. [Details](/deprecations) 45 46 As always, bug fixes, dependency updates, housekeeping, and documentation 47 updates are included in this release as well. 48 49 ## Other news 50 51 - GoReleaser now has ~12.9k stars and 380 contributors! Thanks, everyone! 52 - We eventually discuss new features in our Discord server. 53 [Join the conversation][discord]! 54 - nFPM had new releases as well, 55 [check it out](https://github.com/goreleaser/nfpm/releases). 56 57 ## Download 58 59 You can [install][] or upgrade using your favorite package manager, or see the 60 full release notes and download the pre-compiled binaries [here][oss-rel] and 61 [here (for Pro)][pro-rel]. 62 63 ## Helping out 64 65 You can help by reporting issues, contributing features, documentation 66 improvements, and bug fixes. 67 You can also [sponsor the project](/sponsors), or get a 68 [GoReleaser Pro licence][pro]. 69 70 [pro]: /pro 71 [install]: https://goreleaser.com/install 72 [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.25.0-pro 73 [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.25.0 74 [discord]: https://goreleaser.com/discord