mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
31 lines
523 B
JSON
31 lines
523 B
JSON
{
|
|
"ci": false,
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "5.0.0-pre.26",
|
|
"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"
|
|
]
|
|
}
|