diff --git a/.goreleaser.yml b/.goreleaser.yml index 004496b..6f6a4f1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,7 @@ # This is an example goreleaser.yaml file with some defaults. # Make sure to check the documentation at http://goreleaser.com +version: 2 + env: - CGO_ENABLED=0 before: @@ -72,6 +74,3 @@ signs: - "${signature}" - "--detach-sign" - "${artifact}" - -changelog: - skip: true