From e190cdaa4820eca8647ebe04ebaf9f858c0780cc Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Thu, 9 Jul 2026 13:15:01 -0300 Subject: [PATCH] fix: configure semantic-release to auto-publish the 2.x branch Point the release config and workflow trigger at 2.x so the maintenance line publishes on its own channel. Co-Authored-By: Claude --- .github/workflows/release.yml | 2 +- .releaserc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf55bfa..9a3281a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release CI on: push: branches: - - main + - 2.x permissions: contents: read # for checkout diff --git a/.releaserc b/.releaserc index 0400bfb..36daf28 100644 --- a/.releaserc +++ b/.releaserc @@ -1,6 +1,6 @@ { "branches": [ - "main" + "2.x" ], "tagFormat": "v${version}", "verifyConditions": [