Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Makefile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Oct 23, 2016
1 parent c9cf7de commit 2ed10de
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 @@ -26,5 +26,5 @@ sync:
release:
@echo "Creating release tag"
@svn copy $(REPO_URL)/trunk/ $(REPO_URL)/tags/$(CURRENT_VERSION) -m "Tagging version $(CURRENT_VERSION)"
@git tag -a -m "Tagging version $(CURRENT_VERSION)"
@git tag -a -m "Tagging version $(CURRENT_VERSION)" "v$(CURRENT_VERSION)"
@git push --tags origin master

0 comments on commit 2ed10de

Please sign in to comment.