mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fixed <tag> in docs
This commit is contained in:
parent
12707c14b0
commit
b511a7de71
|
|
@ -42,12 +42,12 @@
|
|||
|
||||
## git-release
|
||||
|
||||
Release commit with the given <tag>.
|
||||
Release commit with the given <tag>.
|
||||
|
||||
$ 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 <tag>"
|
||||
- Tags with the given <tag>
|
||||
- Pushes the branch / tags
|
||||
Loading…
Reference in a new issue