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