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.
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 both0.5.11
and1.0.0
). Using0.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.