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

Allow suppressing changelog update #143

Open dgw opened 8 years ago

dgw commented 8 years ago

Request: Add command argument to suppress updating changelog, or even support for never updating the changelog for certain part values (like prerelease or dev version numbers).

Use case: Bumping from release version back to dev version, I get duplicated "Unreleased" sections in the changelog file. Obviously not a huge deal, but handling this elegantly would certainly make bumpversion even easier to use.