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

     1  ---
     2  date: 2022-10-17
     3  slug: goreleaser-v1.12
     4  categories:
     5    - announcements
     6  authors:
     7    - caarlos0
     8  ---
     9  
    10  # Announcing GoReleaser v1.12 — the more-than-a-hundred commits release
    11  
    12  [The previous release had ~100 commits](2022-08-28-goreleaser-v1.11.md),
    13  and this one has 149 since previous feature release!
    14  
    15  <!-- more -->
    16  
    17  Definitely a big release, with some big features. Let's dive in!
    18  
    19  ![GoReleaser Pro release using the new spli/merge feature](https://carlosbecker.com/posts/goreleaser-v1.12/picture.png)
    20  
    21  ### Highlights
    22  
    23  - **GoReleaser Pro** can now split and merge releases;
    24  - **GoReleaser Pro** can now filter paths for changelogs;
    25  - **GoReleaser Pro** has now a `continue` command, which merges `publish` and
    26    `announce`;
    27  - **GoReleaser Pro** can now filter targets by `GGOOS` and `GGOARCH` as well;
    28  - AUR can now set the backup options;
    29  - GoReleaser completions are now published to Fig as well;
    30  - Blobs have more templateable fields;
    31  - The Telegram announcer now supports markdown;
    32  - NFPMs can now create iOS packages (for jailbroken iPhones only);
    33  - Buildpacks were permanently removed;
    34  - As always, **a lot** of bug fixes, documentation improvements and dependencies
    35    updates;
    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.12.0-pro
    42  [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.12.0
    43  
    44  ### Other news
    45  
    46  - GoReleaser now has ~10.8k stars and 305 contributors! Thanks, everyone!
    47  - We eventually discuss new features in our Discord server. 
    48    [Join the conversation](https://discord.gg/RGEBtg8vQ6)!
    49  - nFPM had new releases as well, 
    50    [check it out](https://github.com/goreleaser/nfpm/releases).