Skip to content

Commit

Permalink
adjust make release-tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Mar 15, 2020
1 parent b38a02f commit caee60a
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 @@ -22,4 +22,4 @@ docs:

release-tag: clean
@echo About to release ${VERSION}
git tag -a "${VERSION}" -m "Version ${VERSION}" && git push --follow-tags
git tag -a "v${VERSION}" -m "Version ${VERSION}" && git push --follow-tags

0 comments on commit caee60a

Please sign in to comment.