v0.8.0
-
Ensure
sfreleaser
works with Goreleaser 2.x[!IMPORTANT]
You will need to use an up to date version ofgoreleaser/goreleaser-cross:v1.22
or later forsfreleaser
to work properly. If you have an error of the form⨯ release failed after 0s error=only configurations files on version: 1 are supported, yours is version: 2 , please update your configuration
, update your image to latest version usingdocker pull --platform linux/arm64 goreleaser/goreleaser-cross:v1.22
and ensure you.sfreleaser
does use it properly. -
Fixed wrong error when a project was never release.
-
Fixed CHANGELOG release version extraction to accept dots too.
-
Fixed when LICENSE and README are not present or spelled a bit differently.
-
Added support to override the Git remote used for commands with
sfreleaser --git-remote=sf ...
. -
Bumped to
Golang
1.22
, this will pullgoreleaser/goreleaser-cross:v1.22
so expect some delays before your build starts.