Files
blog/source/admin/lerna.json
2025-08-25 20:24:23 +08:00

18 lines
461 B
JSON

{
"packages": ["packages/*"],
"version": "independent",
"npmClient": "npm",
"loglevel": "success",
"command": {
"version": {
"allowBranch": ["main", "release/*"],
"conventionalCommits": true,
"preid": "beta",
"gitRemote": "upstream",
"message": "chore(release): publish"
}
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}