Skip to content

Commit

Permalink
Revert .goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Feb 13, 2019
1 parent e66ca5f commit 308a1e7
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
builds:
- binary: jtl-parse
goos:
- window
- darwin
- linux
goarch:
- amd64
env:
- CGO_ENABLED=0
- binary: jtl-parse
goos:
- windows
- darwin
- linux
goarch:
- amd64
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
linux: Tux
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
linux: Tux

0 comments on commit 308a1e7

Please sign in to comment.