Skip to content

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa committed Oct 8, 2018
1 parent 65dc371 commit 7a07939
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
builds:
-
main: ./cmd/koala/main.go
env:
- CGO_ENABLED=0
archive:
replacements:
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:'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $(DEP):
go get -v -u github.com/golang/dep/cmd/dep

release: $(GORELEASER)
goreleaser
goreleaser --rm-dist

cover: test
go tool cover -html=coverage-all.out
Expand Down

0 comments on commit 7a07939

Please sign in to comment.