We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212a1c7 commit 675bc61Copy full SHA for 675bc61
.goreleaser.yaml
@@ -33,7 +33,7 @@ archives:
33
builds:
34
- "graph"
35
format: tar.gz
36
- name_template: "{{ .ProjectName }}_{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}_{{ .ShortCommit }}_{{ .CommitDate }}_{{ .Date }}"
+ name_template: "{{ .ProjectName }}_{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}"
37
format_overrides:
38
- goos: windows
39
format: zip
0 commit comments