Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Nov 14, 2021
1 parent 7ffc6c1 commit 3f554b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ clean:
$(RMTARGZ)


git-tag:
git tag $(VERSION); \
git push origin $(VERSION); \

release:
# Clean
$(GOCLEAN)
Expand Down

0 comments on commit 3f554b5

Please sign in to comment.