Skip to content

Commit 6ae360c

Browse files
committed
GoReleaser was too old, update config options
1 parent b5f575e commit 6ae360c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.goreleaser.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Visit https://goreleaser.com for documentation on how to customize this
2-
# behavior.
1+
version: 2
2+
33
before:
44
hooks:
55
# this is just an example and not a requirement for provider building/publishing
@@ -38,17 +38,14 @@ checksum:
3838
signs:
3939
- artifacts: checksum
4040
args:
41-
# if you are using this in a GitHub action or some other automated pipeline, you
42-
# need to pass the batch flag to indicate its not interactive.
4341
- "--batch"
4442
- "--local-user"
45-
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
43+
- "{{ .Env.GPG_FINGERPRINT }}"
4644
- "--output"
4745
- "${signature}"
4846
- "--detach-sign"
4947
- "${artifact}"
5048
release:
51-
# If you want to manually examine the release before its live, uncomment this line:
52-
# draft: true
49+
draft: true
5350
changelog:
54-
skip: true
51+
disable: true

0 commit comments

Comments
 (0)