fix: remove workflow files and pyproject.toml from release-please extra-files

GitHub Actions cannot modify .github/workflows/ files (403 "Resource not
accessible by integration"), causing "Error adding to tree" failure.
pyproject.toml is already handled natively by python release type.
Only Dockerfile needs the generic updater for x-release-please-version markers.
This commit is contained in:
Fringg
2026-02-08 18:00:59 +03:00
parent c46cc85144
commit 5070bb34e8
+5 -1
View File
@@ -6,7 +6,11 @@
"bump-patch-for-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false, "include-component-in-tag": false,
"extra-files": [ "extra-files": [
"pyproject.toml" {
"type": "generic",
"path": "Dockerfile",
"glob": false
}
], ],
"changelog-sections": [ "changelog-sections": [
{ "type": "feat", "section": "New Features" }, { "type": "feat", "section": "New Features" },