mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-07-14 01:46:06 +01:00
27 lines
755 B
TOML
27 lines
755 B
TOML
[tool.bumpversion]
|
|
current_version = "0.2.14"
|
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
serialize = ["{major}.{minor}.{patch}"]
|
|
replace = "{new_version}"
|
|
regex = false
|
|
tag = true
|
|
commit = true
|
|
message = "Bump version: {current_version} → {new_version}"
|
|
tag_name = "{new_version}"
|
|
tag_message = "Bump version: {current_version} → {new_version}"
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = ".bumpversion.toml"
|
|
search = 'current_version = "{current_version}"'
|
|
replace = 'current_version = "{new_version}"'
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "Dockerfile"
|
|
search = 'ARG VERSION="{current_version}"'
|
|
replace = 'ARG VERSION="{new_version}"'
|
|
moveable_tags = []
|
|
commit_args = ""
|
|
setup_hooks = []
|
|
pre_commit_hooks = []
|
|
post_commit_hooks = []
|