feathers/lerna.json
2023-07-18 20:46:16 -07:00

28 lines
483 B
JSON

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