From a4e53ab1cc3d43ff0d5c54b4826fd92db1cd583a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 26 Feb 2026 12:49:25 +0200 Subject: [PATCH] chore: 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"] }