{ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "python", "packages": { ".": { "package-name": "meshcore-stats", "extra-files": [ { "type": "generic", "path": "src/meshmon/__init__.py", "glob": false }, { "type": "generic", "path": "docker-compose.yml", "glob": false }, { "jsonpath": "$.package[?(@.name.value=='meshcore-stats')].version", "path": "uv.lock", "type": "toml" } ], "changelog-sections": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "revert", "section": "Reverts" }, { "type": "docs", "section": "Documentation", "hidden": false }, { "type": "style", "section": "Styles", "hidden": false }, { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, { "type": "refactor", "section": "Code Refactoring", "hidden": false }, { "type": "test", "section": "Tests", "hidden": false }, { "type": "build", "section": "Build System", "hidden": false }, { "type": "ci", "section": "Continuous Integration", "hidden": false } ], "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true } }, "include-component-in-tag": false, "include-v-in-tag": true }