From 3d23386dfd4ce0a8c5ef0ba5de04dca8f3f8405f Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sat, 3 Oct 2020 18:37:35 +0000 Subject: [PATCH] update commit_message config --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3e3ebc7..9e87290 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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