Skip to content

Commit e123edd

Browse files
authored
do not normalize via semver.clean
1 parent 0dfcd04 commit e123edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const createRepo = (path, regex, mapVersion) => ({
1515
const match = regex.exec(tag);
1616
return match ? {
1717
tag,
18-
version: semver.clean(mapVersion(match)),
18+
version: mapVersion(match),
1919
} : null;
2020
}
2121
});

0 commit comments

Comments
 (0)