mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
25 lines
426 B
JSON
25 lines
426 B
JSON
|
{
|
||
|
"version": "independent",
|
||
|
"npmClient": "yarn",
|
||
|
"useWorkspaces": true,
|
||
|
"conventionalCommits": true,
|
||
|
"packages": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"command": {
|
||
|
"publish": {
|
||
|
"npmClient": "npm"
|
||
|
}
|
||
|
},
|
||
|
"changelog": {
|
||
|
"labels": {
|
||
|
"feat": "New Feature",
|
||
|
"fix": "Bug Fix",
|
||
|
"docs": "Documentation",
|
||
|
"types": "Types",
|
||
|
"perf": "Performance",
|
||
|
"refactor": "Refactor"
|
||
|
}
|
||
|
}
|
||
|
}
|