From a7818ad33f43a70418e9c84a0721b3b640015c4d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 10 Feb 2026 13:21:45 +0200 Subject: [PATCH] chore(ci): add branches configuration to .releaserc.json --- .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"] }