Skip to content

Commit 9968306

Browse files
committed
remove dirty; git push
1 parent e044181 commit 9968306

File tree

2 files changed

+383
-6
lines changed

2 files changed

+383
-6
lines changed

.goreleaser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ builds:
1212
goarch:
1313
- amd64
1414
checksum:
15-
name_template: 'checksums.txt'
15+
name_template: '{{ .ProjectName }}_{{.Env.VERSION}}_checksums.txt'
1616
changelog:
1717
sort: asc
1818
filters:
1919
exclude:
2020
- '^docs:'
2121
- '^test:'
2222
archive:
23-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
23+
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_{{.Env.VERSION}}_{{ if .Arm }}v{{ .Arm }}{{ end }}'
2424
replacements:
25-
darwin: Darwin
26-
linux: Linux
27-
386: i386
28-
amd64: x86_64
25+
darwin: darwin
26+
linux: linux
27+
386: 386
28+
amd64: amd64
2929
format_overrides:
3030
- goos: windows
3131
format: zip

0 commit comments

Comments
 (0)