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 2268346 commit 6abd792Copy full SHA for 6abd792
.github/workflows/version-check.py
@@ -16,7 +16,7 @@ def get_version_from_tag(tag):
16
17
m = re.match("llvmorg-([0-9]+)-init", tag)
18
if m:
19
- return (m.group(1), "0", "0")
+ return (m.group(1), "1", "0")
20
21
raise Exception(f"error: Tag is not valid: {tag}")
22
0 commit comments