Skip to content

Commit 0c1f866

Browse files
committed
Update goreleaser configuration to allow release notes and close milestone
1 parent de7e4fe commit 0c1f866

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.goreleaser.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ archives:
2222
checksum:
2323
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
2424
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}"
25+
milestones:
26+
- close: true
3727
release:
38-
changelog:
39-
skip: true

0 commit comments

Comments
 (0)