github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-08-28-goreleaser-v1.11.md (about) 1 --- 2 slug: goreleaser-v1.11 3 date: 2022-08-28 4 categories: 5 - announcements 6 authors: 7 - caarlos0 8 --- 9 10 # Announcing GoReleaser v1.11 — the hundred commits release 11 12 This release took a while, for all the good reasons: a ton of new features and 13 bug fixes for your delight! 14 15 <!-- more --> 16 17 Oh, and, over 100 commits! 18 19 It might be the biggest GoReleaser release in commits made, although I have no 20 data to back it up — except my memory. 21 22  23 24 ### Highlights 25 26 - **GoReleaser Pro** can now skip Fury publishing with `--skip-fury`; 27 - **GoReleaser Pro** now has before and after hooks for archives; 28 - GoReleaser is now compiled using Go 1.19, and supports new Go 1.19 targets 29 (`GOARCH=loong64`); 30 - New `.ArtifactExt` template field and new `split` function; 31 - You can now add more files/folders/globs to source archives (e.g. the `vendor` 32 folder); 33 - The JSONSchema is finally (properly) fixed; 34 - Skip uploading artifacts into the release, without skipping the whole release; 35 - Changelogs using the `github` strategy now use the short commit as well; 36 - Allow to keep a single draft GitHub release; 37 - Allow to set `target_commitish` in GitHub releases; 38 - Allow to set up mTLS in the HTTP uploads pipe; 39 - Option to strip the binary parent folder in the archive; 40 - Couple of improvements in the nFPM: added Termux packaging, changelogs and 41 `provides` support. 42 - The GoReleaser Docker image now logs in into the GitLab Registry if its 43 environment variables are set; 44 - Homebrew taps can now define their dependencies' versions; 45 - The deprecated Gofish feature is now fully removed; 46 - As of every release, a healthy amount of bug fixing; 47 - Many documentation improvements. 48 49 ### Other news 50 51 - GoReleaser now has ~10.5k stars and 292 contributors! Thanks, everyone! 52 - GoReleaser now has a [LinkedIn page](https://www.linkedin.com/company/goreleaser/); 53 - We eventually discuss new features in our Discord server. [Join the conversation](https://discord.gg/RGEBtg8vQ6)! 54 - nFPM had new releases as well, [check it out](https://github.com/goreleaser/nfpm/releases). 55 - GoReleaser Pro now has [nightly releases](https://github.com/goreleaser/goreleaser-pro/releases/tag/nightly);