diff --git a/lerna.json b/lerna.json index 6bb67b0..cf0b5c1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,10 @@ "command": { "publish": { "conventionalCommits": true, - "yes": true + "yes": true, + "allowBranch": ["main", "develop"], + "prerelease": true, + "preid": "rc" }, "version": { "message": "chore(release): publish" @@ -14,4 +17,4 @@ } }, "packages": ["packages/*"] - } \ No newline at end of file +} \ No newline at end of file