mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-07-14 01:46:06 +01:00
updated toml
This commit is contained in:
parent
ab32c8032c
commit
6210b5de7d
@ -2,14 +2,18 @@
|
|||||||
current_version = "0.2.11"
|
current_version = "0.2.11"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
|
replace = "{new_version}"
|
||||||
|
regex = false
|
||||||
|
|
||||||
|
[[tool.bumpversion.files]]
|
||||||
|
filename = ".bumpversion.toml"
|
||||||
|
search = 'current_version = "{current_version}"'
|
||||||
|
replace = 'current_version = "{new_version}"'
|
||||||
|
|
||||||
[[tool.bumpversion.files]]
|
[[tool.bumpversion.files]]
|
||||||
filename = "Dockerfile"
|
filename = "Dockerfile"
|
||||||
search = 'ARG VERSION="{current_version}"'
|
search = 'ARG VERSION="{current_version}"'
|
||||||
replace = 'ARG VERSION="{new_version}"'
|
replace = 'ARG VERSION="{new_version}"'
|
||||||
search = "{current_version}"
|
|
||||||
replace = "{new_version}"
|
|
||||||
regex = false
|
|
||||||
ignore_missing_version = false
|
ignore_missing_version = false
|
||||||
ignore_missing_files = false
|
ignore_missing_files = false
|
||||||
tag = true
|
tag = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user