diff --git a/lerna.json b/lerna.json index cbd6818..b14ea71 100644 --- a/lerna.json +++ b/lerna.json @@ -1,16 +1,14 @@ { - "packages": [ - "packages/*" - ], - "npmClient": "yarn", - "useWorkspaces": true, - "version": "0.14.2", - "command": { - "publish": { - "allowBranch": "master", - "registry": "https://registry.npmjs.org/", - "message": "chore: bump versions after release", - "yes": true - } - } + "packages": ["packages/*"], + "npmClient": "yarn", + "useWorkspaces": true, + "version": "0.14.2", + "command": { + "publish": { + "allowBranch": ["master", "0.15.x"], + "registry": "https://registry.npmjs.org/", + "message": "chore: bump versions after release", + "yes": true + } + } }