radical-api/bumpver.toml

16 lines
291 B
TOML
Raw Normal View History

2021-11-30 09:24:44 +00:00
[bumpver]
current_version = "2021.12.1.4"
2021-11-30 09:24:44 +00:00
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}'
]