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 5490a0a commit 599f9f2Copy full SHA for 599f9f2
.bumpversion.cfg
@@ -1,8 +1,15 @@
1
[bumpversion]
2
-current_version = 4.16.0
+current_version = 4.16.0-rc2
3
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4
+serialize =
5
+ {major}.{minor}.{patch}-rc{release}
6
+ {major}.{minor}.{patch}
7
commit = True
8
message = chore(version): bump {current_version} to {new_version}
9
10
+[bumpversion:part:release]
11
+first_value = 0
12
+
13
[bumpversion:file:manim_slides/__version__.py]
14
search = __version__ = "{current_version}"
15
replace = __version__ = "{new_version}"
0 commit comments