github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-02-12-goreleaser-v1.5.md (about)

     1  ---
     2  date: 2022-02-12
     3  slug: goreleaser-v1.5
     4  categories:
     5    - announcements
     6  authors:
     7    - caarlos0
     8  ---
     9  
    10  # Announcing GoReleaser v1.5 — the misc improvements release
    11  
    12  GoReleaser 1.5 is out, with a handful of miscellaneous improvements.
    13  
    14  <!-- more -->
    15  
    16  ## **Highlights**
    17  
    18  - Better manpages using [mango](https://github.com/muesli/mango);
    19  - Migrated from [cobra](https://github.com/spf13/cobra) to [coral](https://github.com/muesli/coral) — which will eventually lead to faster `go install`;
    20  - Improved nFPM to make it easier for GoReleaser's debs and GoReleaser-generated debs that pass [lintian](https://wiki.debian.org/Lintian) checks;
    21  - Several improvements on GoReleaser output logs;
    22  - More fields are now templateable, namely on nFPMs and Universal Binaries configs;
    23  - Hooks now have an option to always print their outputs;
    24  - `goreleaser build --single-target` now copies the binary to `CWD`, also accepts a `-output` flag telling to copy the binary elsewhere;
    25  - Changelog passing through `goreleaser release --release-notes` now warns if the file is empty or whitespace-only, allowing to more easily debug releases;
    26  - You can now override build `tags`, `ldflags`, `gcflags` and `asmflags` per target platform;
    27  - On a similar note, you can get the runtime `GOOS` and `GOARCH` on template variables using `{{ .Runtime.Goos }}` and `{{ .Runtime.Goarch }}`.
    28  
    29  You can see the full changelog [here](https://github.com/goreleaser/goreleaser/releases/tag/v1.5.0).
    30  
    31  ## **Other news**
    32  
    33  - We still don't have a new date for our first community call. Personal life a little too busy lately, will try my best to schedule it ASAP. [Link](https://github.com/goreleaser/community/pull/2).
    34  - GoReleaser now has ~9.6k stars and 264 contributors! Thanks, everyone!
    35  - Our Discord server is getting new members almost daily. [Join and chat with us](https://discord.gg/RGEBtg8vQ6)!
    36  - nFPM also had a couple of releases the last few weeks, [check them out](https://github.com/goreleaser/nfpm/releases).