Skip to content

Commit

Permalink
goreleaser: cleaning up config since it was using terrible defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Pentecost committed Mar 11, 2020
1 parent dba1849 commit 9b98d41
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ builds:
- amd64
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
archives:
- id: build
format: tar.gz
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 9b98d41

Please sign in to comment.