mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
19 lines
547 B
JSON
19 lines
547 B
JSON
{
|
|
"version": "3.0.0-alpha.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"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": ":running_woman: Performance",
|
|
"pr: polish": ":nail_care: Polish",
|
|
"pr: documentation": ":memo: Documentation",
|
|
"pr: maintenance": ":wrench: Maintenance"
|
|
},
|
|
"cacheDir": ".changelog"
|
|
}
|
|
}
|