github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2023-04-10-goreleaser-v1.17.md (about)

     1  ---
     2  date: 2023-04-10
     3  slug: goreleaser-v1.17
     4  categories:
     5    - announcements
     6  authors:
     7    - caarlos0
     8  ---
     9  
    10  # Announcing GoReleaser v1.17 — the late Easter release
    11  
    12  The Easter release is here!
    13  
    14  <!-- more -->
    15  
    16  ![better docker image build error output](https://carlosbecker.com/posts/goreleaser-v1.17/img.png)
    17  
    18  It is packed with some juicy features and tons of bug fixes and quality-of-life
    19  improvements.
    20  
    21  Let's take a look:
    22  
    23  ### Highlights
    24  
    25  - GoReleaser Pro now has a `templated_files` (or `templated_extra_files`) in
    26    several fields: archives, blobs, checksum, custom_publishers, docker, nfpms,
    27    release, snapcrafts and source
    28  - GoReleaser can now open pull requests of homebrew taps, brews and scoop
    29    instead of just pushing it to a branch
    30  - Some smaller improvements in templates, like the new `.Now` and `.IsDraft`
    31    template variables (tip: `{{ .Now.Format "2006" }}` to format the date time as
    32    you want)
    33  - Default Parallelism now matches Linux container CPU
    34  - Some errors have been improved to be more clear on how to fix them
    35  - Many improvements in the documentation
    36  - As always, a lot of bug fixes, dependency updates and improvements!
    37  
    38  You can [install][] the same way you always do, and you can see the full release
    39  notes [here][oss-rel] and [here (for Pro)][pro-rel].
    40  
    41  [install]: https://goreleaser.com/install
    42  [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.17.0-pro
    43  [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.17.0
    44  
    45  ### Other news
    46  
    47  - We have a whole lot of example repositories, including Zig, GoReleaser-Cross,
    48    GoReleaser Pro features, and more.
    49    [Check it out](https://github.com/orgs/goreleaser/repositories?q=example)!
    50  - GoReleaser now has ~11.4k stars and 333 contributors! Thanks, everyone!
    51  - We eventually discuss new features in our Discord server. 
    52    [Join the conversation](https://goreleaser.com/discord)!
    53  - nFPM had new releases as well, 
    54    [check it out](https://github.com/goreleaser/nfpm/releases).