mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
fix typo
This commit is contained in:
parent
4c9e5df681
commit
9e5c764403
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def _log_no_change(subcmd: str, version_pattern: str, old_version: str) -> None:
|
|||
"MAJOR" in version_pattern and "MAJOR" in version_pattern and "PATCH" in version_pattern
|
||||
)
|
||||
if is_semver:
|
||||
logger.warning(f"calver {subcmd} [--major/--minor/--patch] required for use with SemVer.")
|
||||
logger.warning(f"bumpver {subcmd} [--major/--minor/--patch] required for use with SemVer.")
|
||||
else:
|
||||
available_flags = [
|
||||
"--" + part.lower() for part in ['MAJOR', 'MINOR', 'PATCH'] if part in version_pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue