generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.bumpversion.toml
25 lines (25 loc) · 856 Bytes
/
.bumpversion.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tool.bumpversion]
current_version = "1.9.10"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
replace = "{new_version}"
regex = false
ignore_missing_version = false
ignore_missing_files = false
tag = false
sign_tags = false
tag_name = "{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
allow_dirty = true
commit = false
message = "Bump version: {current_version} → {new_version}"
commit_args = ""
[[tool.bumpversion.files]]
filename="./GridboxConnectorAddon/config.yaml"
[[tool.bumpversion.files]]
filename="./GridboxConnectorAddon/rootfs/share/cloudSettings.json"
[[tool.bumpversion.files]]
filename="./GridboxConnectorAddon-dev/config.yaml"
[[tool.bumpversion.files]]
filename="./GridboxConnectorAddon-dev/rootfs/share/cloudSettings.json"