mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
update commit_message config
This commit is contained in:
parent
f705164e75
commit
3d23386dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue