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 e044181 commit 9968306Copy full SHA for 9968306
.goreleaser.yml
@@ -12,20 +12,20 @@ builds:
12
goarch:
13
- amd64
14
checksum:
15
- name_template: 'checksums.txt'
+ name_template: '{{ .ProjectName }}_{{.Env.VERSION}}_checksums.txt'
16
changelog:
17
sort: asc
18
filters:
19
exclude:
20
- '^docs:'
21
- '^test:'
22
archive:
23
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
+ name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_{{.Env.VERSION}}_{{ if .Arm }}v{{ .Arm }}{{ end }}'
24
replacements:
25
- darwin: Darwin
26
- linux: Linux
27
- 386: i386
28
- amd64: x86_64
+ darwin: darwin
+ linux: linux
+ 386: 386
+ amd64: amd64
29
format_overrides:
30
- goos: windows
31
format: zip
0 commit comments