diff --git a/lerna.json b/lerna.json index b488690584..accb9fa1cf 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "command": { "publish": { - "allowBranch": "master", + "allowBranch": "release/*", "bump": "patch", "conventionalCommits": true, "message": "chore(release): Publish" diff --git a/package.json b/package.json index 895979c9dd..58205c1cc4 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "typeorm": "^0.2.30" }, "scripts": { + "publish:next": "lerna publish --dist-tag next", "bootstrap": "lerna bootstrap", "jest": "jest", "test": "jest",