mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-23 12:53:41 +00:00
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.
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"release-type": "python",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"include-component-in-tag": false,
|
|
"extra-files": [
|
|
{
|
|
"type": "generic",
|
|
"path": "Dockerfile",
|
|
"glob": false
|
|
}
|
|
],
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "New Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance" },
|
|
{ "type": "refactor", "section": "Refactoring" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "chore", "section": "Maintenance", "hidden": true },
|
|
{ "type": "ci", "section": "CI/CD", "hidden": true },
|
|
{ "type": "test", "section": "Tests", "hidden": true },
|
|
{ "type": "build", "section": "Build", "hidden": true },
|
|
{ "type": "style", "section": "Style", "hidden": true }
|
|
]
|
|
}
|
|
},
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
}
|