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

query: any way to bump version conditionally? #187

Open shahp00ja opened 5 years ago

shahp00ja commented 5 years ago

Want to bump version only if certain file changes or at-least changes happen inside a certain directory (not anywhere in the project)

Curious if there is an option to bump version only when a pattern match is successful.