We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfcd04 commit e123eddCopy full SHA for e123edd
1 file changed
scripts/version.js
@@ -15,7 +15,7 @@ const createRepo = (path, regex, mapVersion) => ({
15
const match = regex.exec(tag);
16
return match ? {
17
tag,
18
- version: semver.clean(mapVersion(match)),
+ version: mapVersion(match),
19
} : null;
20
}
21
});
0 commit comments