From c2d92b49f289bb8f09b7076afe909a4d7507913d Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Thu, 16 Apr 2026 11:54:58 +0200 Subject: [PATCH 1/2] chore(release): publish to `release-v13` channel --- .releaserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 082afec44f..05ae0ded69 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -2,7 +2,8 @@ "branches": [ { "name": "release-v13", - "channel": "latest" + "channel": "v13", + "range": "13.x" } ], "plugins": [ From 908ea0c97550aed949f9daa76126feda3891f21a Mon Sep 17 00:00:00 2001 From: Oliver Lazoroski Date: Thu, 16 Apr 2026 11:59:01 +0200 Subject: [PATCH 2/2] chore(release): add config for "stable" too --- .releaserc.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.releaserc.json b/.releaserc.json index 05ae0ded69..45c93a4ce7 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,9 @@ { "branches": [ + { + "name": "master", + "channel": "latest" + }, { "name": "release-v13", "channel": "v13",