peritus / bumpversion

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

Do not require --allow-dirty with commit=0 and tag=0 #172

Open wrobell opened 6 years ago

wrobell commented 6 years ago

Having configured bumpversion with commit = 0 and tag = 0, I expect bumpversion to use no git at all. But it still forces me to use --allow-dirty option.