Install goreleaser if needed, like how other tools are installed in the makefile

This commit is contained in:
Leigh McCulloch 2018-09-18 05:36:19 +00:00
parent 0a2a0109df
commit c162649ddf
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ install:
.PHONY: release
release:
@go get github.com/goreleaser/goreleaser
goreleaser --rm-dist
.PHONY: checkgofmt