2018-07-03 15:47:15 -04:00
|
|
|
{
|
|
|
|
"lerna": "2.11.0",
|
2018-08-07 14:46:54 -06:00
|
|
|
"packages": ["packages/*"],
|
2018-07-03 15:47:15 -04:00
|
|
|
"version": "independent",
|
|
|
|
"npmClient": "yarn",
|
2018-07-25 19:26:11 -04:00
|
|
|
"useWorkspaces": true,
|
|
|
|
"loglevel": "success",
|
|
|
|
"command": {
|
2019-03-21 16:48:05 -04:00
|
|
|
"version": {
|
2019-12-19 11:17:45 -05:00
|
|
|
"allowBranch": ["master", "release/*"],
|
2018-07-28 18:01:34 -04:00
|
|
|
"conventionalCommits": true,
|
2019-03-28 16:45:08 -04:00
|
|
|
"preid": "beta",
|
2022-09-07 12:15:43 -04:00
|
|
|
"gitRemote": "origin",
|
2019-03-28 21:42:22 -04:00
|
|
|
"message": "chore(release): publish"
|
2018-07-25 19:26:11 -04:00
|
|
|
}
|
2019-03-28 16:45:08 -04:00
|
|
|
},
|
|
|
|
"ignoreChanges": [
|
|
|
|
"**/__fixtures__/**",
|
|
|
|
"**/__tests__/**",
|
|
|
|
"**/*.md"
|
|
|
|
]
|
2018-07-03 15:47:15 -04:00
|
|
|
}
|