From 0ed2349febd3789268e3f4472d390985fda870ab Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 26 Feb 2026 12:56:56 +0200 Subject: [PATCH] fix: add branches configuration to .releaserc.json --- .releaserc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index cb82cc9..28d4721 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,6 @@ { "extends": [ "@ivuorinen/semantic-release-config" - ] -} \ No newline at end of file + ], + "branches": ["main"] +}