Skip to content

v0.8.0

Compare
Choose a tag to compare
@maoueh maoueh released this 17 Jul 13:44
  • Ensure sfreleaser works with Goreleaser 2.x

    [!IMPORTANT]
    You will need to use an up to date version of goreleaser/goreleaser-cross:v1.22 or later for sfreleaser 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 using docker 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 pull goreleaser/goreleaser-cross:v1.22 so expect some delays before your build starts.