We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf48ff commit 9fb1a1dCopy full SHA for 9fb1a1d
bumpversion/aliases.py
@@ -40,7 +40,7 @@ def resolve_command(self, ctx: Context, args: List[str]) -> tuple:
40
original_args.remove("bump")
41
else:
42
print_warning(
43
- "Calling bumpversion without a subcommand is deprecated. " "Please use `bumpversion bump` instead"
+ "Calling bumpversion without a subcommand is deprecated. " "Please use `bump-my-version bump` instead"
44
)
45
return cmd.name, cmd, original_args
46
return cmd.name, cmd, args
0 commit comments