tell semver not to commit

This commit is contained in:
Semantic Versioner 2019-11-25 13:28:43 -05:00
parent 61719a066b
commit 7fcd8d0487

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}