Skip to content

Commit

Permalink
signing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mbellotti committed Apr 5, 2023
1 parent 686a957 commit 8d19f1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ changelog:
- '^docs:'
- '^test:'

signs:
- artifacts: checksum
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 8d19f1e

Please sign in to comment.