Nuxt/lerna.json

28 lines
488 B
JSON
Raw Normal View History

{
2018-11-20 20:48:46 +00:00
"version": "2.3.2",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
2018-11-17 22:22:53 +00:00
"exact": true,
"noPush": true,
2018-11-17 23:54:38 +00:00
"gitTagVersion": false,
"packages": [
"packages/*",
"distributions/*"
],
"command": {
"publish": {
"npmClient": "npm"
}
},
"changelog": {
"labels": {
"feat": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"perf": "Performance",
"refactor": "Code Refactoring"
}
}
}