From 5348f85359b1439c9ca6378ca4af48d4de25aaa2 Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Wed, 4 Dec 2024 12:41:02 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20v26=20release=20c?= =?UTF-8?q?onfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release.config.js b/release.config.js index a7801ab565..1b276a52a2 100644 --- a/release.config.js +++ b/release.config.js @@ -10,6 +10,10 @@ module.exports = { name: 'alpha', prerelease: true, }, + { + name: 'v26', + range: '26.x', + }, ], /* * In this order the **prepare** step of @semantic-release/npm will run first