docusaurus/lerna.json
Sébastien Lorber 6f29a1826a
chore(v2): prepare v2.0.0.alpha-74 release (#4690)
* alpha 74

* v2.0.0-alpha.74
2021-04-27 16:38:56 +02:00

18 lines
530 B
JSON

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