Skip to content

Commit

Permalink
Update goreleaser configuration to allow release notes and close mile…
Browse files Browse the repository at this point in the history
…stone
  • Loading branch information
bflad committed Mar 14, 2022
1 parent de7e4fe commit 0c1f866
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ archives:
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
# signs:
# - artifacts: checksum
# args:
# # if you are using this is 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
# - "--output"
# - "${signature}"
# - "--detach-sign"
# - "${artifact}"
milestones:
- close: true
release:
changelog:
skip: true

0 comments on commit 0c1f866

Please sign in to comment.