docusaurus/lerna.json
2021-12-10 14:13:25 +01:00

18 lines
529 B
JSON

{
"version": "2.0.0-beta.11",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
"repo": "facebook/docusaurus",
"labels": {
"tag: new feature": ":rocket: New Feature",
"tag: breaking change": ":boom: Breaking Change",
"tag: bug fix": ":bug: Bug Fix",
"tag: polish": ":nail_care: Polish",
"tag: documentation": ":memo: Documentation",
"tag: internal": ":house: Internal",
"tag: performance": ":running_woman: Performance"
},
"cacheDir": ".changelog"
}
}