Skip to content

Commit

Permalink
Push tag too
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jan 24, 2020
1 parent 309f3a6 commit 65fa012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ next_version_number := $(shell echo $$(($(current_version_number)+1)))

release:
git tag v$(next_version_number)
git push origin master
git push origin master v$(next_version_number)

0 comments on commit 65fa012

Please sign in to comment.