fix: remove git plugin to resolve branch protection conflicts

- Beta releases don't need to commit version bumps back to repo
- This allows semantic-release to complete successfully
- NPM publishing will still work for @beta tag
This commit is contained in:
Brian Madison 2025-08-15 19:15:55 -05:00 committed by manjaroblack
parent 6967a6a3b2
commit 430adbcf36
No known key found for this signature in database
GPG Key ID: 02FD4111DA5560B4
1 changed files with 0 additions and 12 deletions

View File

@ -14,18 +14,6 @@
"@semantic-release/changelog",
"@semantic-release/npm",
"./tools/semantic-release-sync-installer.js",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"package-lock.json",
"tools/installer/package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}