diff --git a/Makefile b/Makefile index c809d8e..b902c26 100644 --- a/Makefile +++ b/Makefile @@ -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