lerna.json 265 字节
Newer Older
U
ULIVZ 已提交
1 2 3
{
  "npmClient": "yarn",
  "useWorkspaces": true,
B
Ben Hong 已提交
4
  "version": "1.5.1",
M
meteorlxy 已提交
5 6 7 8
  "command": {
    "version": {
      "allowBranch": "master",
      "exact": true,
M
meteorlxy 已提交
9 10 11
      "ignoreChanges": [
        "**/*.md"
      ],
12
      "message": "build: release version %v"
M
meteorlxy 已提交
13 14
    }
  }
U
ULIVZ 已提交
15
}