Skip to content

Commit

Permalink
Add make release command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Kernec'h committed Jul 24, 2018
1 parent 7e6e509 commit d12b86b
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
Expand Up @@ -6,6 +6,9 @@ build:
run:
@go run main.go

release:
@goreleaser --rm-dist

test:
@dep ensure
@go test -cover ./...

0 comments on commit d12b86b

Please sign in to comment.