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 f3880eb commit 1bae96dCopy full SHA for 1bae96d
ci/post/main.py
@@ -72,7 +72,7 @@ def _match_version_str(text, regex):
72
@return The version component as integer
73
"""
74
match = regex.search(text)
75
- return match.group(1))
+ return match.group(1)
76
77
78
def get_source_version(date_version: datetime, tag_name: str) -> semantic_version.Version:
0 commit comments