Skip to content

Commit

Permalink
Fix goreleaser template
Browse files Browse the repository at this point in the history
  • Loading branch information
boazy committed Feb 25, 2018
1 parent 0064281 commit 708b2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ changelog:
exclude:
- Merge pull request
- Merge branch
checksum: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
checksum:
name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
archive:
name_template: '{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down

0 comments on commit 708b2ac

Please sign in to comment.