From ada25fc25ee49fef2922d381691c8889893c585e Mon Sep 17 00:00:00 2001 From: eps1lon Date: Thu, 5 Dec 2024 23:53:29 +0100 Subject: [PATCH] Designate as backport branch --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index a10a15ff15d32..88ababc1c2889 100644 --- a/lerna.json +++ b/lerna.json @@ -11,7 +11,7 @@ "publish": { "npmClient": "npm", "allowBranch": [ - "canary" + "next-15-0" ], "registry": "https://registry.npmjs.org/" }