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:
@@ -14,13 +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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user