Merge pull request #12 from RightBrain-Networks/bugfix/dont-commit

tell semver not to commit
This commit is contained in:
Derek DeJonghe
2019-11-25 13:29:00 -05:00
committed by GitHub

View File

@ -1,6 +1,6 @@
[bumpversion]
current_version = 1.0.5
commit = True
commit = False
tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}