Skip to content

Commit

Permalink
GoReleaser was too old, update config options
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Oct 6, 2024
1 parent b5f575e commit 6ae360c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6ae360c

Please sign in to comment.