github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2023-11-06-goreleaser-v1.22.md (about)

     1  ---
     2  date: 2023-11-06
     3  slug: goreleaser-v1.22
     4  categories: [announcements]
     5  authors: [caarlos0]
     6  ---
     7  
     8  # Announcing GoReleaser v1.22 - steady improvement
     9  
    10  Another boring release, with mostly bug fixes and quality-of-life improvements.
    11  
    12  <!-- more -->
    13  
    14  ## Highlights
    15  
    16  - Several new pipes can be skipped with `--skip=pipe`, check `goreleaser release
    17  --help` for details
    18  - If you have `gomod.proxy` enabled, GoReleaser will now check if your
    19    `go.mod` has `replace` directives, and warn you about them on snapshots,
    20    and straight out fail on a production build
    21  - If you have `gomod.proxy` enabled and a `go.work` file with multiple modules,
    22    GoReleaser will now properly handle it, using the first module as proxy
    23    target
    24  - Planning for v2, we added an optional `version` field to the configuration
    25    file
    26  - The checksum file will now be sorted by filename, as it should
    27  
    28  As always, bug fixes, dependency updates, housekeeping, and documentation
    29  updates are included in this release as well.
    30  
    31  ## Other news
    32  
    33  - GoReleaser now has ~12.3k stars and 356 contributors! Thanks, everyone!
    34  - We eventually discuss new features in our Discord server. 
    35    [Join the conversation][discord]!
    36  - nFPM had new releases as well, 
    37    [check it out](https://github.com/goreleaser/nfpm/releases).
    38  
    39  ## Download
    40  
    41  You can [install][] or upgrade using your favorite package manager, or see the
    42  full release notes and download the pre-compiled binaries [here][oss-rel] and
    43  [here (for Pro)][pro-rel].
    44  
    45  ## Helping out
    46  
    47  You can help by contributing features and bug fixes, or by donating.
    48  You may also be interested in buying a GoReleaser Pro license.
    49  
    50  You can find out more [here](https://goreleaser.com/sponsors/).
    51  
    52  [install]: https://goreleaser.com/install
    53  [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.22.0-pro
    54  [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.22.0
    55  [discord]: https://goreleaser.com/discord