File size: 352 Bytes
693876a 8da8d69 693876a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[bumpver]
current_version = "0.0.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
tag_scope = "default"
pre_commit_hook = ""
post_commit_hook = ""
commit = true
tag = true
push = true
[bumpver.file_patterns]
"bumpver.toml" = [
'current_version = "{version}"',
]
|