Add bumpver.toml
This commit is contained in:
parent
ffef9b6f07
commit
0de6c065f7
1 changed files with 15 additions and 0 deletions
15
bumpver.toml
Normal file
15
bumpver.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[bumpver]
|
||||
current_version = "2021.8.23.0"
|
||||
version_pattern = "YYYY.MM.DD.PATCH"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
commit = true
|
||||
tag = true
|
||||
push = true
|
||||
|
||||
[bumpver.file_patterns]
|
||||
"bumpver.toml" = [
|
||||
'current_version = "{version}"',
|
||||
]
|
||||
"api.py" = [
|
||||
'{version}'
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue