diff --git a/lerna.json b/lerna.json index c5a9a7713..94028212a 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,8 @@ "workspaces": true, "ignoreChanges": ["**/__tests__/**", "**/*.md"], "command": { - "conventionalCommits": true, - "message": "chore(release): Publish" + "publish": { + "message": "chore(release): Publish" + } } }