Skip to content

Commit 987f52d

Browse files
committed
Release 0.1.0 - MCP Gateway
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 17b0acd commit 987f52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ current_version = 0.1.0
33
commit = False
44
tag = False
55
tag_name = v{new_version} # tag format (only used if you flip tag=True later)
6+
sign-tags = True
67

78
# SemVer parsing/serialising
89
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

0 commit comments

Comments
 (0)