gitbeaker/lerna.json

18 lines
322 B
JSON

{
"packages": ["packages/*"],
"version": "14.2.2",
"npmClient": "yarn",
"useWorkspaces": true,
"tagVersionPrefix": "",
"command": {
"publish": {
"createRelease": "github",
"conventionalCommits": true,
"message": "chore: Release %s"
},
"version": {
"push": false
}
}
}