Nuxt/lerna.json

28 lines
461 B
JSON

{
"version": "2.17.2",
"npmClient": "yarn",
"conventionalCommits": true,
"exact": true,
"packages": [
"packages/*",
"distributions/*"
],
"command": {
"publish": {
"npmClient": "npm"
},
"init": {
"exact": true
}
},
"changelog": {
"labels": {
"feat": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"perf": "Performance",
"refactor": "Code Refactoring"
}
}
}