repo-helper releaseο
Make a release π.
repo-helper release [OPTIONS] COMMAND [ARGS]...
Commands
-
major Bump to the next major version.
-
minor Bump to the next minor version.
-
patch Bump to the next patch version.
-
today Bump to the calver version for todayβs date, such as 2020.12.25.
-
<version> Bump to the given version.
Options
Each command takes the following options:
-
-m,--message<message>ο The commit message to use.
- Default
Bump version {current_version} -> {new_version}
-
-y,--commit,-n,--no-commitο Commit or do not commit any changed files.
- Default
Commit automatically
-
-f,--forceο Make a release even when the git working directory is not clean.