update version tag to prefix with v

This commit is contained in:
Cory Bennett
2016-01-21 17:38:50 -08:00
parent c5af781c41
commit b5417ef585
+1 -1
View File
@@ -78,7 +78,7 @@ update-changelog:
tail -n +2 CHANGELOG.md >> CHANGELOG.md.new; \
mv CHANGELOG.md.new CHANGELOG.md; \
git commit -m "Updated Changelog" CHANGELOG.md; \
git tag $(NEWVER)
git tag v$(NEWVER)
version:
@echo $(patsubst v%,%,$(CURVER))