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.