Nuxt/lerna.json

28 lines
492 B
JSON
Raw Normal View History

{
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
"yes": true,
"noPush": true,
"gitTagVersion": false,
"packages": [
"packages/*",
"distributions/*"
],
"command": {
"publish": {
"npmClient": "npm"
}
},
"changelog": {
"labels": {
"feat": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"perf": "Performance",
"refactor": "Code Refactoring"
}
}
}