diff --git a/lerna.json b/lerna.json index 44e78a5..9b1d56f 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,10 @@ "workspaces": ["packages/*"], "version": "independent", "npmClient": "pnpm", - "includeMergedTags": true + "includeMergedTags": true, + "command": { + "version": { + "allowBranch": "master" + } + } }