From 89a4312ec68460df2856ca6131a7e531f993d5a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Venisse Date: Sat, 17 Jan 2026 20:11:33 +0100 Subject: [PATCH] fix: remove @semantic-release/git plugin to avoid protected branch conflicts - Remove @semantic-release/git from .releaserc - GitHub Actions cannot push directly to protected main branch - semantic-release will still: - Publish to NPM automatically - Create GitHub Releases with tags - Generate release notes - This simplifies the workflow and avoids branch protection conflicts --- .releaserc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.releaserc b/.releaserc index f8911f4..e1d41a7 100644 --- a/.releaserc +++ b/.releaserc @@ -89,16 +89,6 @@ "topLevel": true } ], - [ - "@semantic-release/git", - { - "assets": [ - "package.json", - "lib/**/*.{js,d.ts}" - ], - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" - } - ], [ "@semantic-release/github", {