Add bumpver.toml

This commit is contained in:
Riley Housden 2021-11-30 04:24:44 -05:00
parent ffef9b6f07
commit 0de6c065f7
Signed by: InValidFire
GPG key ID: 0D6208F6DF56B4D8

15
bumpver.toml Normal file
View 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}'
]