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

Development

Build metadata, such as -alpha.1 are not supported at the moment, but can be if there's a want from users.

Contributing

  1. Fork it (https://github.com/WhoAteDaCake/cver/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors