Skip to content

Commit b8ba24f

Browse files
committed
Bumpversion added
1 parent e13b47d commit b8ba24f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.bumpversion.cfg

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[bumpversion]
2+
current_version = 0.1.0
3+
tag = True
4+
tag_name = {new_version}
5+
commit = True
6+
message = Version {new_version}
7+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
8+
serialize =
9+
{major}.{minor}.{patch}
10+
11+
[bumpversion:file:openapi_schema_validator/__init__.py]

0 commit comments

Comments
 (0)