Skip to content

Commit a881679

Browse files
committed
Adjust how release builds to not include version number in packages.
1 parent 60ad5b5 commit a881679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ archives:
2222
darwin: Darwin
2323
linux: Linux
2424
amd64: x86_64
25+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
2526

2627
checksum:
2728
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)