docusaurus/lerna.json
2019-12-07 13:18:13 +07:00

19 lines
551 B
JSON

{
"lerna": "3.14.1",
"version": "2.0.0-alpha.39",
"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"
}
}