Skip to content

Commit

Permalink
Merge pull request #78 from florisla/fix/mention-bump-my-version
Browse files Browse the repository at this point in the history
Recommend calling 'bump-my-version' instead of 'bumpversion'
  • Loading branch information
coordt authored Oct 22, 2023
2 parents 2bf48ff + fbcef03 commit 726274b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bumpversion/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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 726274b

Please sign in to comment.