streamlit-gpt4o / bumpver.toml
Joshua Sundance Bailey
initial commit
81e48fa
raw
history blame
No virus
357 Bytes
[bumpver]
current_version = "0.0.1"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
tag_scope = "branch"
pre_commit_hook = ""
post_commit_hook = ""
commit = true
tag = true
push = true
[bumpver.file_patterns]
"bumpver.toml" = [
'current_version = "{version}"',
]