forked from determined-ai/determined
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bumpversion.cfg
39 lines (27 loc) · 989 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
37
38
39
[bumpversion]
current_version = 0.26.5-dev0
commit = true
tag = true
tag_name = {new_version}
message = chore: bump version: {current_version} -> {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)((?P<pre>-(dev|a|b|rc|final|post))?(?P<dev>\d+)?))?
serialize =
{major}.{minor}.{patch}{pre}{dev}
{major}.{minor}.{patch}
[bumpversion:part:pre]
optional_value = -final
values =
-dev
-rc
-final
[bumpversion:file:VERSION]
[bumpversion:file:.circleci/real_config.yml]
[bumpversion:glob:*/setup.py]
[bumpversion:glob:*/*/__version__.py]
[bumpversion:glob:harness/determined/deploy/aws/templates/*.yaml]
[bumpversion:file:webui/react/vite.config.mts]
[bumpversion:file:helm/charts/determined/Chart.yaml]
[bumpversion:glob:model_hub/examples/huggingface/*/*.yaml]
[bumpversion:glob:model_hub/examples/mmdetection/*.yaml]
[bumpversion:glob:model_hub/examples/mmdetection/hydra/configs/config.yaml]
[bumpversion:file:docs/_static/version-switcher/versions.json]