mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-03-05 05:13:21 +00:00
- Switch release-please to manifest mode (config-file + manifest-file) - Add Dockerfile and docker workflow files as generic extra-files - Add x-release-please-version annotations for automatic version replacement - Bump hardcoded v3.6.0 to v3.7.0 to match current release
42 lines
1.3 KiB
JSON
42 lines
1.3 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": [
|
|
"pyproject.toml",
|
|
{
|
|
"type": "generic",
|
|
"path": "Dockerfile",
|
|
"glob": false
|
|
},
|
|
{
|
|
"type": "generic",
|
|
"path": ".github/workflows/docker-hub.yml",
|
|
"glob": false
|
|
},
|
|
{
|
|
"type": "generic",
|
|
"path": ".github/workflows/docker-registry.yml",
|
|
"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"
|
|
}
|