next-version - v0.16.0
~/src/repo$ release help next-version
NAME: release next-version - Print next version USAGE: release next-version [command options] DESCRIPTION: Analyze commits and print the next version. See 'release help tag' for more details on how the analysis works. The default is to fail, if no commits indicating a version bump are found. Use --bump-patch or --allow-current to alter default behaviour. --bump-patch and --allow-current are mutually exclusive. If global --bump-patch is set, it will be applied before next-version options are evaluated. OPTIONS: --bump-patch, -p Bump patch number if no changes are found in log --allow-current, -c Print current version number if no changes are found in log