Added bump-my-version config
Please test this before approving.
Steps to test
- Install bump-my-version
pip install bump-my-version
- Test all release types (in no particular order)
- Bump to a minor version (2.8.2.0->2.9.0.0)
bump-my-version bump minor
- Major (2.8.2.0->3.0.0.0)
bump-my-version bump major
- Patch (2.8.2.0->2.8.3.0)
bump-my-version bump patch
- Smallpatch (2.8.2.0->2.8.2.1)
bump-my-version bump smallpatch
- Release candidate (2.8.2.1->2.8.2.1rc1)
bump-my-version bump rc
- Bump to a minor version (2.8.2.0->2.9.0.0)
NB: This tool requires either all or none of the versions it deals with to have a "smallpatch".
Edited by Sam Kagan