cver
CLI tool for creating and pushing tags in your git repo
Installation
Find it in releases page
Usage
Run CLI in your github repository with one of the following actions
- major
- minor
- patch
Development
Build metadata, such as -alpha.1 are not supported at the moment, but can be if there's a want from users.
Contributing
- Fork it (https://github.com/WhoAteDaCake/cver/fork)
- 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 a new Pull Request
Contributors
- WhoAteDaCake - creator and maintainer