mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
goreleaser: use default snapshot name template (#392)
Our manually configured template was breaking debian package snapshots, version must start with a number
This commit is contained in:
@@ -81,9 +81,6 @@ nfpms:
|
|||||||
dst: "/etc/inbucket/greeting.html"
|
dst: "/etc/inbucket/greeting.html"
|
||||||
type: config|noreplace
|
type: config|noreplace
|
||||||
|
|
||||||
snapshot:
|
|
||||||
name_template: SNAPSHOT-{{ .Commit }}
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user