Skip to content

Commit 9fb1a1d

Browse files
committed
Recommend calling 'bump-my-version' instead of 'bumpversion'
1 parent 2bf48ff commit 9fb1a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumpversion/aliases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def resolve_command(self, ctx: Context, args: List[str]) -> tuple:
4040
original_args.remove("bump")
4141
else:
4242
print_warning(
43-
"Calling bumpversion without a subcommand is deprecated. " "Please use `bumpversion bump` instead"
43+
"Calling bumpversion without a subcommand is deprecated. " "Please use `bump-my-version bump` instead"
4444
)
4545
return cmd.name, cmd, original_args
4646
return cmd.name, cmd, args

0 commit comments

Comments
 (0)