From fbc4c9e58716fe26140ff9479da2a07748a9eecc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 27 Jan 2026 19:02:19 +0200 Subject: [PATCH] feat: add branches to shared config --- index.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.cjs b/index.cjs index 67ccf76..65fe184 100644 --- a/index.cjs +++ b/index.cjs @@ -1,6 +1,7 @@ "use strict"; module.exports = { + branches: ["main"], plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",