docusaurus/lerna.json
sebastienlorber a308fb7c81 v2.2.0
2022-10-29 12:54:10 +02:00

19 lines
521 B
JSON

{
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"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: maintenance": ":wrench: Maintenance"
},
"cacheDir": ".changelog"
}
}