docusaurus/lerna.json
Sébastien Lorber 613d938cfc
chore: prepare v2.0.0-beta.21 release (#7513)
* add beta 21 version

* v2.0.0-beta.21

* typo
2022-05-27 18:29:11 +02:00

18 lines
529 B
JSON

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