-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbump-ha.toml
More file actions
28 lines (23 loc) · 722 Bytes
/
bump-ha.toml
File metadata and controls
28 lines (23 loc) · 722 Bytes
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
26
27
28
[tool.bumpversion]
current_version = "2025.9.4"
commit = false
tag = false
[[tool.bumpversion.files]]
filename = "Makefile"
search = 'HA_VERSION := {current_version}'
replace = 'HA_VERSION := {new_version}'
[[tool.bumpversion.files]]
filename = "hacs.json"
search = '"homeassistant": "{current_version}"'
replace = '"homeassistant": "{new_version}"'
no-regex = true
[[tool.bumpversion.files]]
filename = ".github/workflows/ci.yml"
search = 'pip install homeassistant=={current_version}'
replace = 'pip install homeassistant=={new_version}'
no-regex = true
[[tool.bumpversion.files]]
filename = "README.md"
search = '- Home Assistant `{current_version}+`'
replace = '- Home Assistant `{new_version}+`'
no-regex = true