Skip to content

Commit

Permalink
Recommend calling 'bump-my-version' instead of 'bumpversion'
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Oct 11, 2023
1 parent 2bf48ff commit 9fb1a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def resolve_command(self, ctx: Context, args: List[str]) -> tuple:
original_args.remove("bump")
else:
print_warning(
"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"
)
return cmd.name, cmd, original_args
return cmd.name, cmd, args

0 comments on commit 9fb1a1d

Please sign in to comment.