diff --git a/lerna.json b/lerna.json index d34e2be1..f79642aa 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,11 @@ ], "npmClient": "yarn", "version": "independent", - "useWorkspaces": false + "useWorkspaces": false, + "command": { + "publish": { + "conventionalCommits": true, + "yes": true + } + } }