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

--dry-run tells it'll tag even if tag is set to false #134

Open ohcibi opened 8 years ago

ohcibi commented 8 years ago

When I have either no tag = True or an explicit tag = False in my .bumpversion.cfg .bumpversion --dry-run --verbose still tells me it would tag the commit. It doesn't when run without --dry-run so its actually working correct, just the information from --dry-run is wrong.