We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abaf2a commit 2b529e7Copy full SHA for 2b529e7
.bumpversion.cfg
@@ -9,13 +9,13 @@ parse = ^
9
(?P<release>rc)
10
(?:(?P<rc>\d+(?:\.\d+)*))?
11
)?
12
-serialize =
+serialize =
13
{major}.{minor}.{patch}{release}{rc}
14
{major}.{minor}.{patch}
15
16
[bumpversion:part:release]
17
optional_value = final
18
-values =
+values =
19
rc
20
final
21
@@ -30,7 +30,3 @@ replace = release = "{new_version}"
30
[bumpversion:file:src/compas_cgal/__init__.py]
31
search = __version__ = "{current_version}"
32
replace = __version__ = "{new_version}"
33
-
34
-[bumpversion:file:conda.recipe/meta.yaml]
35
-search = version = "{current_version}"
36
-replace = version = "{new_version}"
0 commit comments