16 lines
347 B
INI
16 lines
347 B
INI
[bumpversion]
|
|
current_version = 0.50.11
|
|
commit = False
|
|
tag = False
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
|
|
serialize =
|
|
{major}.{minor}.{patch}
|
|
|
|
[bumpversion:file:.bumpversion.cfg]
|
|
|
|
[bumpversion:file:gradle.properties]
|
|
|
|
[bumpversion:file:docs/operator-guides/upgrading-airbyte.md]
|
|
|
|
[bumpversion:file:run-ab-platform.sh]
|