Skip to content

Commit 4dcc932

Browse files
ofershapcursoragent
andcommitted
fix: remove @semantic-release/git plugin to avoid branch protection conflict
The git plugin tries to push version bump commits back to main, which is blocked by branch protection rules. npm publish and GitHub release work fine without it. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e01e4c1 commit 4dcc932

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,8 @@
3535
"plugins": [
3636
"@semantic-release/commit-analyzer",
3737
"@semantic-release/release-notes-generator",
38-
"@semantic-release/changelog",
3938
"@semantic-release/npm",
40-
"@semantic-release/github",
41-
[
42-
"@semantic-release/git",
43-
{
44-
"assets": [
45-
"CHANGELOG.md",
46-
"package.json"
47-
],
48-
"message": "chore(release): ${nextRelease.version} [skip ci]"
49-
}
50-
]
39+
"@semantic-release/github"
5140
]
5241
},
5342
"bin": {

0 commit comments

Comments
 (0)