Skip to content

bumper bump

NAME:
bumper bump - Bump the version for one or more release groups
USAGE:
bumper bump [options]
OPTIONS:
--dir string Working directory which contains the .bumper directory
--empty Create an empty bump file without prompting for any input. Useful for passing CI/CD checks that require bump files.
--group string [ --group string ] The release groups to bump
--major Bump the major version. This has highest precedence over other level flags.
--minor Bump the minor version.
--patch Bump the patch version.
--message string, -m string The changelog entry to use for the bump.
--help, -h show help