docusaurus/lerna.json

21 lines
589 B
JSON
Raw Permalink Normal View History

{
"version": "3.2.0",
"npmClient": "yarn",
2019-11-08 11:58:56 -05:00
"useWorkspaces": true,
2022-12-16 09:29:54 -05:00
"useNx": false,
2019-11-08 11:58:56 -05:00
"changelog": {
"repo": "facebook/docusaurus",
"labels": {
"pr: breaking change": ":boom: Breaking Change",
"pr: new feature": ":rocket: New Feature",
"pr: bug fix": ":bug: Bug Fix",
"pr: performance": ":running_woman: Performance",
"pr: polish": ":nail_care: Polish",
"pr: documentation": ":memo: Documentation",
"pr: dependencies": ":robot: Dependencies",
"pr: maintenance": ":wrench: Maintenance"
2019-11-08 11:58:56 -05:00
},
"cacheDir": ".changelog"
}
}