Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa committed Oct 8, 2018
1 parent 7f4bea5 commit 610dfd4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
---
builds:
-
main: ./cmd/koala/main.go
env:
- CGO_ENABLED=0

archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
format: tar.gz

checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
name_template: '{{.ProjectName}}_checksums.txt'

changelog:
sort: asc
filters:
exclude:
- '^docs:'
Expand Down

0 comments on commit 610dfd4

Please sign in to comment.