From 7222d0d2634474a57210d2d9ddb55775ec7433b9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 30 Jan 2026 16:43:50 +0200 Subject: [PATCH] fix(ci): add branches to releaserc --- .releaserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index fb3d9e0..36079a2 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,3 +1,4 @@ { - "extends": ["@ivuorinen/semantic-release-config"] + "extends": ["@ivuorinen/semantic-release-config"], + "branches": ["main"] }