Commit d60ea23
authored
fix: remove git plugin from semantic-release to resolve branch protection conflicts (#22)
The @semantic-release/git plugin was trying to push version bumps directly to main,
which conflicts with branch protection rules. Removing it allows releases to proceed
while still creating GitHub releases and publishing to npm.1 parent bacf2cc commit d60ea23
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 25 | + | |
33 | 26 | | |
34 | 27 | | |
0 commit comments