Skip to content

Commit

Permalink
Start GoReleaser to release w/ corss compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
syucream committed May 10, 2018
1 parent 1ddd0bf commit bb3d4b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ dep:
.PHONY: cmd
cmd:
go build cmd/hakagi/hakagi.go

# Set GITHUB_TOKEN personal access token and create release git tag
.PHONY: release
release:
go get -u github.com/goreleaser/goreleaser
goreleaser --rm-dist

0 comments on commit bb3d4b4

Please sign in to comment.