diff --git a/lerna.json b/lerna.json index f6604bd..fbfb0fc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,14 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.0" + "version": "independent", + "command": { + "version": { + "createRelease": "github", + "conventionalCommits": true, + "allowBranch": [ + "master" + ], + "message": "chore(release): publish" + } + } }