{
"lerna": "8",
"version": "1.5.0",
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": ["packages/*"],
"command": {
"version": {
"allowBranch": ["master", "main", "release/*", "daily/*", "refactor/*"]
},
"publish": {
"npmClient": "pnpm",
"verifyRegistry": false,
"ignoreChanges": ["**/*.md", "**/test/**"],
"message": "chore(release): publish %v",
"conventionalCommits": true
}
}
}