Files
docusaurus/lerna.json
2026-06-04 19:29:20 +02:00

21 lines
620 B
JSON

{
"version": "3.10.1",
"npmClient": "pnpm",
"useNx": false,
"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": ":zap: Performance",
"pr: polish": ":nail_care: Polish",
"pr: documentation": ":memo: Documentation",
"pr: dependencies": ":robot: Dependencies",
"pr: maintenance": ":wrench: Maintenance",
"pr: translations": ":globe_with_meridians: Translations"
},
"cacheDir": ".changelog"
}
}