1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +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:
James Hillyerd
2023-09-12 14:33:15 -07:00
committed by GitHub
parent cafd2c3d66
commit f070347535

View File

@@ -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'