From 8b277b7e801ec8cb4d28c59c478304c74056c156 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 18 Jun 2026 15:44:19 +0200 Subject: [PATCH] chore: update lerna.json for next publish --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 1b72b24d4..f2abd03fa 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "npmClientArgs": ["--no-package-lock"] }, "version": { - "allowBranch": "main", + "allowBranch": "next", "conventionalCommits": true, "createRelease": "github", "message": "chore(release): publish [skip ci]",