forked from widgetti/solara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bumpversion.cfg
36 lines (25 loc) · 882 Bytes
/
.bumpversion.cfg
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
29
30
31
32
33
34
35
36
[bumpversion]
current_version = 1.44.0
commit = True
tag = True
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}{release}{build}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = g
first_value = g
values =
a
b
g
[bumpversion:file:.github/pycafe-create-status.py]
[bumpversion:file:solara/__init__.py]
[bumpversion:file:packages/solara-assets/solara_assets/__init__.py]
[bumpversion:file:packages/solara-enterprise/solara_enterprise/__init__.py]
[bumpversion:file:packages/solara-enterprise/pyproject.toml]
[bumpversion:file:packages/solara-server/pyproject.toml]
[bumpversion:file:packages/solara-meta/pyproject.toml]
[bumpversion:file:packages/pytest-ipywidgets/pyproject.toml]
[bumpversion:file:solara/server/static/solara_bootstrap.py]
[bumpversion:file:release.md]