We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7e4fe commit 0c1f866Copy full SHA for 0c1f866
.goreleaser.yml
@@ -22,18 +22,6 @@ archives:
22
checksum:
23
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
24
algorithm: sha256
25
-# signs:
26
-# - artifacts: checksum
27
-# args:
28
-# # if you are using this is a GitHub action or some other automated pipeline, you
29
-# # need to pass the batch flag to indicate its not interactive.
30
-# - "--batch"
31
-# - "--local-user"
32
-# - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
33
-# - "--output"
34
-# - "${signature}"
35
-# - "--detach-sign"
36
-# - "${artifact}"
+milestones:
+ - close: true
37
release:
38
-changelog:
39
- skip: true
0 commit comments