feathers/lerna.json
2022-11-07 20:14:53 -08:00

26 lines
491 B
JSON

{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.0-pre.33",
"command": {
"bootstrap": {
"hoist": true
},
"publish": {
"allowBranch": ["crow", "dove"],
"message": "chore(release): publish %s",
"conventionalCommits": true,
"createRelease": "github"
}
},
"ignoreChanges": [
"**/changelog.md",
"**/CHANGELOG.md",
"**/package-lock.json",
"**/yarn.lock",
"**/test/**",
"lerna.json",
"readme.md"
]
}