github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-07-04-goreleaser-v1.10.md (about) 1 --- 2 date: 2022-07-04 3 categories: 4 - announcements 5 authors: 6 - caarlos0 7 slug: goreleaser-v1.10 8 --- 9 10 # Announcing GoReleaser v1.10 — the summer release 11 12 Fun fact: it is actually winter now here in Brazil. Regardless, this release is packed with new features, quality-of-life improvements and bug fixes! 13 14 <!-- more --> 15 16  17 18 ### Highlights 19 20 - **GoReleaser Pro** can now skip global after hooks with `-skip-after`; 21 - **GoReleaser Pro** can now split the release process into "prepare", "publish" and "announce". Check out `goreleaser release --help`,`goreleaser publish --help` and `goreleaser announce --help` for more details; 22 - The entire GoReleaser output is now using [caarlos0/log](https://github.com/caarlos0/log), which is a more-or-less drop-in [apex/log](https://github.com/apex/log) replacement. It uses [Charm's technology](https://charm.sh/) for its implementation and has a slightly different proposal and feature set; 23 - New `-skip-docker` and `-skip-before` flags added; 24 - `goreleaser build` now allows repeatable `-id` filters; 25 - The build process now uses 1 parallelism permit for each binary being built, regardless of how many build configurations you have; 26 - GoReleaser can now load a config file from `STDIN` (using `-config -`); 27 - Builds can now override `env` in for a given target; 28 - `release.repo.owner` and `release.repo.name` can now be templated; 29 - Changelog grouping is now processed in the order they are declared and rendered in the order of their `order` field; 30 - GoReleaser now logs the duration of "slow" pipes; 31 - The deprecated `nfpms.empty_folders` is now removed; 32 - The deprecated handling of Windows ARM64 builds on Go versions older than 1.17 is now removed; 33 - As of every release, a good amount of bug fixing; 34 - And a bunch of documentation improvements. 35 36 ### Other news 37 38 - GoReleaser now has ~10.3k stars and 285 contributors! Thanks, everyone! 39 - Our Discord server is getting new members almost daily. [Join and chat with us](https://discord.gg/RGEBtg8vQ6)! 40 - Check out a preview of the split release phases feature: 41 42 <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/G0MF0R_LD1g?si=zunwxqAhjU6QFK9d" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>