Skip to content

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Jan 1, 2018
1 parent 848026e commit 506fcf1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/whichpr
/dist
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
builds:
- binary: whichpr
goos:
- windows
- darwin
- linux
goarch:
- amd64
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dep:
go get github.com/goreleaser/goreleaser

release:
goreleaser

snapshot:
goreleaser --snapshot

0 comments on commit 506fcf1

Please sign in to comment.