tag-helper - A tool to increment semver-comptatible git tags

Linux build status

It does following (tedious) steps in a single command:

Following is a snippet of the --help option:

``` USAGE: tag-helper [FLAGS] [repo]

FLAGS: --major An incompatible release (3.2.1 -> 4.0.0) --minor A normal release (3.2.1 -> 3.3.0) --patch A bugfix release (3.2.1 -> 3.2.2) -h, --help Prints help information -V, --version Prints version information

ARGS: Path to git repo [default: .] ```

All that's left is pushing the resulting tag to remote repo.


The code is distributed under the terms of both the MIT license and the Apache License (Version 2.0)