diff --git a/.goreleaser.yml b/.goreleaser.yml index 77d6355..cef8964 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,5 @@ -# Visit https://goreleaser.com for documentation on how to customize this -# behavior. +version: 2 + before: hooks: # this is just an example and not a requirement for provider building/publishing @@ -38,17 +38,14 @@ checksum: signs: - artifacts: checksum args: - # 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" - - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key + - "{{ .Env.GPG_FINGERPRINT }}" - "--output" - "${signature}" - "--detach-sign" - "${artifact}" release: - # If you want to manually examine the release before its live, uncomment this line: - # draft: true + draft: true changelog: - skip: true + disable: true