mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
27 lines
462 B
JSON
27 lines
462 B
JSON
{
|
|
"version": "2.3.1",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"conventionalCommits": true,
|
|
"exact": true,
|
|
"noPush": true,
|
|
"packages": [
|
|
"packages/*",
|
|
"distributions/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"npmClient": "npm"
|
|
}
|
|
},
|
|
"changelog": {
|
|
"labels": {
|
|
"feat": "New Feature",
|
|
"fix": "Bug Fix",
|
|
"docs": "Documentation",
|
|
"perf": "Performance",
|
|
"refactor": "Code Refactoring"
|
|
}
|
|
}
|
|
}
|