Commit, tag and push changes to the repository
git-release <tagname> [<remote>]
Commits changes with message "Release <tagname>", tags with the given <tagname> and pushes the branch / tags.
<tagname>
The name of the newly created tag. Also used in tag comment.
<remote>
The "remote" repository that is destination of a push operation: it is passed to git push.
Release commit with the given <tagname>.
$ git release 0.1.0
Release commit with the given <tagname> and push to specific remote.
$ git release 0.1.0 github
Written by Tj Holowaychuk <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>