mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
chore: remove git plugin from release to bypass branch protection
This commit is contained in:
parent
c6f6786149
commit
2e8a81ac10
1 changed files with 0 additions and 7 deletions
|
|
@ -62,13 +62,6 @@
|
|||
"publishCmd": "zip -j git-files-sync-${nextRelease.version}.zip main.js manifest.json styles.css"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"assets": ["manifest.json", "versions.json", "CHANGELOG.md"],
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/github",
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue