peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 148 forks source link

query: list option :: to reveal the tag name as well #176

Open p00j4 opened 6 years ago

p00j4 commented 6 years ago

the current version may differ when I opt to use "tag-name" and change it as per convenience. The current list feature, shows info about versions and the setting switches set in config file. Is there any way to display the tag name as well in the "--list" output Eg.

current_version=1.0.1
new_version=1.0.1
tag=True
tag-name=v1.0.1-13032018_14H19M33S

if this requirement makes sense and not there, I would like to contribute, is this-L710 the point of implementation?