Fixed <tag> in docs

This commit is contained in:
Tj Holowaychuk 2010-08-04 10:10:35 -07:00
parent 12707c14b0
commit b511a7de71

View file

@ -42,12 +42,12 @@
## git-release
Release commit with the given <tag>.
Release commit with the given &lt;tag&gt;.
$ git release 0.1.0
Does the following:
- Commits changes (to changelog etc) with message "Release <tag>"
- Tags with the given <tag>
- Commits changes (to changelog etc) with message "Release &lt;tag&gt;"
- Tags with the given &lt;tag&gt;
- Pushes the branch / tags