mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"lerna": "3.14.1",
|
|
"version": "2.0.0-alpha.39",
|
|
"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"
|
|
}
|
|
}
|