diff --git a/.goreleaser.yml b/.goreleaser.yml index 9bb0aa7..f05fc38 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 # Visit https://goreleaser.com for documentation on how to customize this # behavior. before: @@ -41,7 +42,7 @@ checksum: signs: - artifacts: checksum args: - # if you are using this in a GitHub action or some other automated pipeline, you + # if you are using this in a GitHub action or some other automated pipeline, you # need to pass the batch flag to indicate its not interactive. - "--batch" - "--local-user" @@ -57,4 +58,3 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - skip: true