mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-06 02:11:56 +00:00
chore: 1.0.28
This commit is contained in:
parent
bd8f615ac0
commit
32bcd9a810
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.11.0",
|
"lerna": "2.11.0",
|
||||||
"version": "1.0.28-beta.2",
|
"version": "1.0.28",
|
||||||
"npmClient": "tyarn",
|
"npmClient": "tyarn",
|
||||||
"registry": "http://registry.npm.alibaba-inc.com",
|
"registry": "http://registry.npm.alibaba-inc.com",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
|
|||||||
@ -9,7 +9,8 @@ const reBranchVersion = /^(?:[a-z]+\/)(\d+\.\d+\.\d+)$/im;
|
|||||||
|
|
||||||
const match = reBranchVersion.exec(gitBranchName);
|
const match = reBranchVersion.exec(gitBranchName);
|
||||||
if (!match) {
|
if (!match) {
|
||||||
throw new Error(`[checkversion] gitBranchName: ${gitBranchName}`);
|
console.warn(`[checkversion] gitBranchName: ${gitBranchName}`);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const releaseVersion = match[1];
|
const releaseVersion = match[1];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user