From 3f3660a8d1571f5a607fd9e93d8bf4dd758aad88 Mon Sep 17 00:00:00 2001 From: David Oyinbo Date: Mon, 25 May 2026 20:46:15 +0100 Subject: [PATCH] fix: update semantic-release branches to main and v1 Co-Authored-By: Claude Sonnet 4.6 --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index dc08eb6..9bd8349 100644 --- a/release.config.js +++ b/release.config.js @@ -1,5 +1,5 @@ export default { - branches: ["release"], + branches: [{ name: "v1", channel: "v1" }, "main"], plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",