mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
17 lines
373 B
INI
17 lines
373 B
INI
[bumpversion]
|
|
commit = True
|
|
tag = True
|
|
current_version = 0.52
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
|
|
serialize =
|
|
{major}.{minor}
|
|
|
|
[bumpversion:file:src/config.h]
|
|
search = VERSION "{current_version}"
|
|
replace = VERSION "{new_version}"
|
|
|
|
[bumpversion:file:PKGBUILD]
|
|
search = pkgver={current_version}
|
|
replace = pkgver={new_version}
|
|
|