recipe/lerna.json

16 lines
349 B
JSON
Raw Normal View History

2024-08-18 19:16:25 +08:00
{
"npmClient": "pnpm",
"version": "2.0.0-rc.38",
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"exact": true,
"message": "build: publish v%v",
"syncWorkspaceLock": true
}
},
"packages": ["packages/*"],
"ignoreChanges": ["**/__tests__/**", "**/*.md"]
}