Skip to content

Commit 9ad9757

Browse files
Increase recordings, switch API, and lower tolerance
- Remove GPG signing from .goreleaser.yml - Set `skip` parameter to `false` in .goreleaser.yml [.goreleaser.yml] - Remove the GPG signing from the .goreleaser.yml file - Change the `skip` parameter to `false` in the .goreleaser.yml file Signed-off-by: naveensrinivasan <[email protected]>
1 parent 8966abd commit 9ad9757

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ changelog:
9797
# Set it to true if you wish to skip the changelog generation.
9898
# This may result in an empty release notes on GitHub/GitLab/Gitea.
9999
skip: false
100-
signs:
101-
- artifacts: checksum
102-
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
103-
104100
release:
105101
footer: |
106102
### Thanks for all contributors!

0 commit comments

Comments
 (0)