mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
ba7e915cd8
planning the releaser for saturday! --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2.5 KiB
2.5 KiB
date | slug | categories | authors | ||
---|---|---|---|---|---|
2024-05-11 | goreleaser-v1.26 |
|
|
Announcing GoReleaser v1.26 - The last v1, probably
Happy mother's day!
This will be probably the last minor v1 release of GoReleaser. V2 will not be a big update, rather, it'll be the same as v1.26, but removing all the deprecated stuff.
That said, let's see what's new on this version!
Highlights
- new: macOS binaries notarization
- new: Publish Homebrew, NUR, Winget, and others, across SCMs (only on Pro)
- fury: Retry uploads
- continue: Fixed
goreleaser continue --merge
when running with--snapshot
- announce: BlueSky support
- archive: Create
.tar.zst
archives - changelog: Allow to customize the changelog format
- checksum: Support Blake2 and SHA-3
- release: Added
--draft
togoreleaser release
- gitea: Support changelog
- gitlab: Support opening Merge Requests
- build: Always log
go build
outputs - tmpl: Added
isEnvSet
- homebrew: Updated to use
on_arm
andon_intel
- blob: Allow to skipping the configuration of the
Content-Disposition
As always, bug fixes, dependency updates, housekeeping, and documentation updates are included in this release as well.
Other news
- GoReleaser now has ~13.1k stars and 380 contributors! Thanks, everyone!
- We eventually discuss new features in our Discord server. Join the conversation!
- nFPM had new releases as well, check it out.
- In preparation for v2, the
v5.1.0 of our GitHub Action
now defaults to
version: '~> v1'
instead oflatest
. This should help prevent unwanted breaking changes. More details.
Download
You can install or upgrade using your favorite package manager, or see the full release notes and download the pre-compiled binaries here and here (for Pro).
Helping out
You can help by reporting issues, contributing features, documentation improvements, and bug fixes. You can also sponsor the project, or get a GoReleaser Pro licence.