Skip to content

Commit

Permalink
add gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
georgettica committed Dec 3, 2021
1 parent a4de35c commit 07ce8c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ changelog:
exclude:
- '^docs:'
- '^test:'
signs:
- artifacts: all
args:
- "--pinentry-mode"
- "loopback"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"

0 comments on commit 07ce8c9

Please sign in to comment.