From e05ed89b297ce3d7961c1525d2a4e645a2b321ae Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 26 Feb 2026 21:05:29 +0200 Subject: [PATCH] chore: update .releaserc.json to include branches --- .releaserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index f1826aa..28d4721 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,6 @@ { "extends": [ "@ivuorinen/semantic-release-config" - ] + ], + "branches": ["main"] }