mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +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]
|
[pycalver]
|
||||||
current_version = "v202007.1036"
|
current_version = "v202007.1036"
|
||||||
version_pattern = "vYYYY0M.BUILD[-RELEASE[NUM]]"
|
version_pattern = "vYYYY0M.BUILD[-RELEASE[NUM]]"
|
||||||
commit_message = "bump version to {new_version}"
|
commit_message = "bump {old_version} -> {new_version}"
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
push = True
|
push = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue