update commit_message config

This commit is contained in:
Manuel Barkhau 2020-10-03 18:37:35 +00:00
parent f705164e75
commit 3d23386dfd

View file

@ -94,7 +94,7 @@ addopts = --doctest-modules
[pycalver]
current_version = "v202007.1036"
version_pattern = "vYYYY0M.BUILD[-RELEASE[NUM]]"
commit_message = "bump version to {new_version}"
commit_message = "bump {old_version} -> {new_version}"
commit = True
tag = True
push = True