Skip to content

Commit 798e99c

Browse files
committed
update goreleaser
1 parent 6655204 commit 798e99c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ archives:
1212
format: zip
1313
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
1414
checksum:
15-
name_template: 'checksums.txt'
15+
name_template: 'CHECKSUMS'
1616
snapshot:
1717
name_template: "{{ .Tag }}-next"
1818
changelog:
1919
sort: asc
2020
filters:
2121
exclude:
22-
- '^docs:'
2322
- '^test:'

0 commit comments

Comments
 (0)