Skip to content

Commit

Permalink
ADD: goreleaser to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Goncharov committed Nov 13, 2019
1 parent 1c30a47 commit 7504bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ build:

release:
git tag $(VERSION)
git push origin $(VERSION)
git push origin $(VERSION)
goreleaser

0 comments on commit 7504bfe

Please sign in to comment.