|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "release-type": "python", |
| 4 | + "packages": { |
| 5 | + ".": { |
| 6 | + "extra-files": [ |
| 7 | + { |
| 8 | + "path": "uv.lock", |
| 9 | + "type": "toml", |
| 10 | + "jsonpath": "$.package[?(@.name.value=='github-org-manager')].version" |
| 11 | + } |
| 12 | + ] |
| 13 | + } |
| 14 | + }, |
| 15 | + "pull-request-header": ":robot: New Release", |
| 16 | + "changelog-sections": [ |
| 17 | + { "type": "feat", "section": "🚀 New Features", "hidden": false }, |
| 18 | + { "type": "fix", "section": "🔥 Bug Fixes", "hidden": false }, |
| 19 | + { "type": "perf", "section": "🏃 Performance Improvements", "hidden": false }, |
| 20 | + { "type": "revert", "section": "↩️ Reverts", "hidden": true }, |
| 21 | + { "type": "docs", "section": "📚 Documentation", "hidden": false }, |
| 22 | + { "type": "refactor", "section": "⌨️ Code Refactoring", "hidden": false }, |
| 23 | + { "type": "test", "section": "🧪 Automated Testing", "hidden": false }, |
| 24 | + { "type": "build", "section": "🛠️ Build System", "hidden": false }, |
| 25 | + { "type": "ci", "section": "📦 CI Improvements", "hidden": false }, |
| 26 | + { "type": "chore", "section": "⚙️ Chores", "hidden": false } |
| 27 | + ] |
| 28 | +} |
0 commit comments