mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-08 07:34:27 +05:00
22 lines
476 B
INI
22 lines
476 B
INI
[bumpversion]
|
|
current_version = 1.1.8b2
|
|
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
|
commit = True
|
|
tag = True
|
|
serialize =
|
|
{major}.{minor}.{patch}{release}{build}
|
|
{major}.{minor}.{patch}
|
|
|
|
[bumpversion:part:release]
|
|
optional_value = f
|
|
values =
|
|
b
|
|
f
|
|
|
|
[bumpversion:part:build]
|
|
first_value = 0
|
|
|
|
[bumpversion:file:custom_components/mega/manifest.json]
|
|
search = "version": "v{current_version}"
|
|
replace = "version": "v{new_version}"
|