Release a SemVer tag based on the commit history.
tug release [flags]
# Given that the last release tag was v1.0.0, some feature were committed but no breaking changes.
# The following command will create the tag v1.1.0
$ git release
-d, --dry-run Do not tag.
-h, --help help for release
-p, --prefix string Tag prefix. (default "v")
Powered by Doctave