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

     1  ---
     2  date: 2022-12-27
     3  slug: goreleaser-v1.14
     4  tags: [goreleaser, goreleaser-pro, golang]
     5  ---
     6  
     7  # Announcing GoReleaser v1.14 — the Christmas release
     8  
     9  Another month, another release!
    10  In fact, the last release of the year.
    11  
    12  <!-- more -->
    13  
    14  This one in particular marks the 6 years anniversary of GoReleaser, and is
    15  packed with new features and improvements.
    16  
    17  ![Santa](https://carlosbecker.com/posts/goreleaser-v1.14/img.png)
    18  
    19  Let's see what's new:
    20  
    21  ### Highlights
    22  
    23  - GoReleaser Pro can now skip the build of specific Docker images based on a
    24    template evaluation result;
    25  - GoReleaser Pro build hooks now also inherit the build environment variables
    26  - You can now use templates in `brews.install`, `builds.env` and
    27    `archives.files.info`
    28  - Windows is added as a default OS for builds (amd64 and 386)
    29  - New `archives.rlcp` option: It'll be the default soon, run `goreleaser check`
    30    to verify your configuration
    31  - Allow to customize the tag sorting directive
    32  - Deprecate `archives.replacements`
    33  - Allow to set the file info of binaries inside archives
    34  - Added a new `title` template function
    35  - As always, a lot of bug fixes and documentation improvements
    36  
    37  You can [install][] the same way you always do, and you can see the full release
    38  notes [here][oss-rel] and [here (for Pro)][pro-rel].
    39  
    40  [install]: https://goreleaser.com/install
    41  [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.14.0-pro
    42  [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.14.0
    43  
    44  ### Other news
    45  
    46  - GoReleaser now has ~11k stars and 316 contributors! Thanks, everyone!
    47  - We are now present in the fediverse, give us a follow at
    48    [@goreleaser@fosstodon.org](https://fosstodon.org/@goreleaser).
    49  - We eventually discuss new features in our Discord server. 
    50    [Join the conversation](https://goreleaser.com/discord)!
    51  - nFPM had new releases as well, 
    52    [check it out](https://github.com/goreleaser/nfpm/releases).