diff --git a/.goreleaser.yml b/.goreleaser.yml index 4d46ccbe..dcf3d925 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,3 +12,5 @@ archive: name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" files: - none* +snapshot: + name_template: SNAPSHOT-{{.Commit}} \ No newline at end of file