Skip to content

Commit

Permalink
chore: add release task to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
suin committed Nov 2, 2018
1 parent 3d6bb05 commit c6eb8d0
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 @@ -22,6 +22,9 @@ build: fmt
install: build
cp bin/$(APP_NAME) /usr/local/bin/$(APP_NAME)

release:
envchain goreleaser goreleaser release --rm-dist

demo: demo-prepare demo-exec

demo-prepare:
Expand Down

0 comments on commit c6eb8d0

Please sign in to comment.