CLI to manage semver compliant version from your git tags
Simple CLI to manage semver compliant version from your git tags
gsemver [flags]
-c, --config string config file (default is .gsemver.yaml)
-h, --help help for gsemver
--log-level string Sets the logging level (fatal, error, warning, info, debug, trace) (default "info")
-v, --verbose Enables verbose output by setting log level to debug. This is a shortland to --log-level debug.
- gsemver bump - Bump to next version
- gsemver completion - Generate the autocompletion script for the specified shell
- gsemver version - Print the CLI version information