chore: simplify release workflow to avoid branch protection issues

This commit is contained in:
ClaudiaFang 2026-04-24 18:37:09 +00:00
parent b0f94ca480
commit 36a3767a37

View file

@ -69,13 +69,6 @@
{ "path": "git-files-push-*.zip", "label": "Plugin Package" }
]
}
],
[
"@semantic-release/git",
{
"assets": ["manifest.json", "versions.json", "package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}