Skip to content

Commit

Permalink
Makefile: add release step
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Apr 12, 2018
1 parent 958c26e commit a624d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
install:
go install -v ./...

release:
goreleaser --rm-dist

0 comments on commit a624d72

Please sign in to comment.