Skip to content

Commit a74d309

Browse files
authored
Merge pull request #56 from vshn/fix/snapshot
Add commit to snapshot packge name
2 parents f0684ac + 24525ca commit a74d309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ checksum:
1717
name_template: 'checksums.txt'
1818

1919
snapshot:
20-
name_template: "{{ .Tag }}-snapshot"
20+
name_template: "{{ .Tag }}-snapshot-{{.ShortCommit}}"
2121

2222
signs:
2323
- artifacts: checksum

0 commit comments

Comments
 (0)