mirror of
https://github.com/facebook/docusaurus.git
synced 2026-05-07 00:09:44 -04:00
3f10bdc930
* v4.0.0
* bump package.json versions, mostly for canary release versioning
* use triple installs for supply chain workflow
* Revert "v4.0.0"
This reverts commit 8303548033.
* v3.10.1
* revert versioning docs
21 lines
620 B
JSON
21 lines
620 B
JSON
{
|
|
"version": "3.10.1",
|
|
"npmClient": "yarn",
|
|
"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"
|
|
}
|
|
}
|