We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a3aca commit 5ea522cCopy full SHA for 5ea522c
2 files changed
.bumpversion.cfg
@@ -2,13 +2,12 @@
2
commit = True
3
tag = True
4
tag_name = {new_version}
5
-current_version = 0.1.3
+current_version = 0.1.4-rc2
6
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<stage>.*))?
7
-serialize =
+serialize =
8
{major}.{minor}.{patch}-rc.{stage}
9
{major}.{minor}.{patch}
10
11
[bumpversion:part:stage]
12
13
[bumpversion:file:VERSION]
14
-
VERSION
@@ -1 +1 @@
1
-0.1.3
+0.1.4-rc2
0 commit comments