added v to git command

This commit is contained in:
Nathaniel V. KELSO 2012-06-07 17:32:54 -07:00
parent 51b0988eb4
commit c7d2845226

View File

@ -21,7 +21,7 @@ also be recorded, with better formatting, in a public blog post.
3. Formalize the new version in Git by setting a tag: 3. Formalize the new version in Git by setting a tag:
git tag -m 'See CHANGELOG for details.' -a `cat VERSION` git tag -m 'See CHANGELOG for details.' -a v`cat VERSION`
4. Package those changes for distribution by running one of the make targets: 4. Package those changes for distribution by running one of the make targets: