docusaurus/lerna.json
Sébastien Lorber 3fc29f4b14
chore(v2): prepare v2.0.0.alpha-70 release (#3933)
* add alpha 70 changes

* v2.0.0-alpha.70
2020-12-17 20:08:20 +01:00

18 lines
530 B
JSON

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