Semgit
Automated semantic tagging for git.
Automatically creates new tags if a mendatory description is given. Leave description empty to cancle.
Installation
gem install semgit
Usage
Usage:
semgit current
semgit inc (major | minor | patch)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
MIT License