1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/docs/blog/posts/2022-08-28-goreleaser-v1.11.md
Carlos Alexandro Becker f62adf23ff
docs: blog (#4264)
Starting to move the blog from medium to mkdocs!

closes #3503

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-09-14 13:53:40 -03:00

2.2 KiB

slug date categories authors
goreleaser-v1.11 2022-08-28
announcements
caarlos0

Announcing GoReleaser v1.11 — the hundred commits release

This release took a while, for all the good reasons: a ton of new features and bug fixes for your delight!

Oh, and, over 100 commits!

It might be the biggest GoReleaser release in commits made, although I have no data to back it up — except my memory.

GoReleaser Screenshot

Highlights

  • GoReleaser Pro can now skip Fury publishing with --skip-fury;
  • GoReleaser Pro now has before and after hooks for archives;
  • GoReleaser is now compiled using Go 1.19, and supports new Go 1.19 targets (GOARCH=loong64);
  • New .ArtifactExt template field and new split function;
  • You can now add more files/folders/globs to source archives (e.g. the vendor folder);
  • The JSONSchema is finally (properly) fixed;
  • Skip uploading artifacts into the release, without skipping the whole release;
  • Changelogs using the github strategy now use the short commit as well;
  • Allow to keep a single draft GitHub release;
  • Allow to set target_commitish in GitHub releases;
  • Allow to set up mTLS in the HTTP uploads pipe;
  • Option to strip the binary parent folder in the archive;
  • Couple of improvements in the nFPM: added Termux packaging, changelogs and provides support.
  • The GoReleaser Docker image now logs in into the GitLab Registry if its environment variables are set;
  • Homebrew taps can now define their dependencies' versions;
  • The deprecated Gofish feature is now fully removed;
  • As of every release, a healthy amount of bug fixing;
  • Many documentation improvements.

Other news