Skip to content

Commit

Permalink
Bad archive replacements and snapshot name template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafibarash committed Sep 9, 2021
1 parent 32e09be commit feb8742
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .goreleaser.yml
Expand Up @@ -18,17 +18,11 @@ builds:
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}-{{ .Version }}"
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}-{{ .Version }}"
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Tag }}"
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit feb8742

Please sign in to comment.