We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c90770b + cbf012a commit bc00ed7Copy full SHA for bc00ed7
.bumpversion.cfg
.bumpversion.toml
@@ -0,0 +1,15 @@
1
+[tool.bumpversion]
2
+current_version = "0.0.0"
3
+commit = true
4
+tag = true
5
+parse = '(?P<release>(?:\d+)\.(?:\d+)\.(?:\d+))(?:\.(?P<patch>\d+))?'
6
+serialize = ["{release}.{patch}", "{release}"]
7
+
8
+[tool.bumpversion.parts.release]
9
+calver_format = "{YYYY}.{MM}.{DD}"
10
11
+[[tool.bumpversion.files]]
12
+filename = "setup.cfg"
13
14
15
+filename = "recuair_cli/__init__.py"
0 commit comments