callowayproject / bump-my-version

A small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment and optionally commit and tag the changes.
https://callowayproject.github.io/bump-my-version/
MIT License
305 stars 19 forks source link

Add --current-version to show-bump #191

Closed ziima closed 4 months ago

ziima commented 4 months ago

Description

I suggest to add --current-version option to the show-bump command. That would help in testing the configuration setup without the need to modify the current_version in the configuration file.

ziima commented 4 months ago

It's passed as a positional argument :facepalm: Never mind.