Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Feb 13, 2019
1 parent 42b5b35 commit 59c57e2
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
builds:
- binary: jtl-parse
goos:
- windows
- darwin
- linux
goarch:
- amd64
- env:
- CGO_ENABLED=0
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
linux: Tux
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 59c57e2

Please sign in to comment.