Skip to content

Commit 911a8b5

Browse files
committed
wip
1 parent ba0e4c2 commit 911a8b5

2 files changed

Lines changed: 1 addition & 4536 deletions

File tree

brewkit/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function std_version_convert(
8787
// common to put the project name or something like it as the prefix
8888
parsable_tag = tag.replace(/^[a-zA-Z]+-/, "");
8989
}
90-
const version = semver.parse(parsable_tag);
90+
const version = semver.parse(parsable_tag) || semver.parse(name);
9191
if (version) {
9292
return { version, tag };
9393
}

0 commit comments

Comments
 (0)