diff --git a/.goreleaser.yml b/.goreleaser.yml index 878d5cc..bbdcc6c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 builds: - env: # goreleaser does not work with CGO, it could also complicate @@ -44,5 +45,3 @@ checksum: algorithm: sha256 release: prerelease: auto -changelog: - skip: true