Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 8c83b01

Browse files
committed
Add project name and version to checksum file
1 parent f7dffed commit 8c83b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ builds:
77
binary: bin/{{ .ProjectName }}
88

99
checksum:
10-
name_template: 'checksums.txt'
10+
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
11+
algorithm: sha512
1112

1213
archive:
1314
format: tar.gz

0 commit comments

Comments
 (0)