c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.06k stars 134 forks source link

Options --dry-run --verbose not working #137

Closed fmigneault closed 4 years ago

fmigneault commented 4 years ago

I used to be able to do bump2version --dry-run --verbose [...] and get a full changelog that would be committed if not running --dry-run.

This proved to be useful for inspecting things for debugging but doesn't work with versions >=0.5.11 (I tried both 0.5.11 and 1.0.0). Using 0.5.10 works as intended, but then I don't get any recent patches if I pin that version.

It seems that since 0.5.11, --verbose only produces the same output as --list. The old behavior should be brought back because it is useful and currently --verbose doesn't even do the right thing.