|
| 1 | +{ |
| 2 | + "packages": { |
| 3 | + ".": { |
| 4 | + "release-type": "python", |
| 5 | + "package-name": "altertable-flightsql", |
| 6 | + "bump-minor-pre-major": true, |
| 7 | + "bump-patch-for-minor-pre-major": true, |
| 8 | + "changelog-sections": [ |
| 9 | + {"type": "feat", "section": "Features", "hidden": false}, |
| 10 | + {"type": "fix", "section": "Bug Fixes", "hidden": false}, |
| 11 | + {"type": "perf", "section": "Performance Improvements", "hidden": false}, |
| 12 | + {"type": "revert", "section": "Reverts", "hidden": false}, |
| 13 | + {"type": "docs", "section": "Documentation", "hidden": false}, |
| 14 | + {"type": "style", "section": "Styles", "hidden": true}, |
| 15 | + {"type": "chore", "section": "Miscellaneous Chores", "hidden": true}, |
| 16 | + {"type": "refactor", "section": "Code Refactoring", "hidden": false}, |
| 17 | + {"type": "test", "section": "Tests", "hidden": true}, |
| 18 | + {"type": "build", "section": "Build System", "hidden": true}, |
| 19 | + {"type": "ci", "section": "Continuous Integration", "hidden": true} |
| 20 | + ], |
| 21 | + "extra-files": [ |
| 22 | + { |
| 23 | + "type": "python", |
| 24 | + "path": "src/altertable_flightsql/__init__.py", |
| 25 | + "glob": false |
| 26 | + } |
| 27 | + ] |
| 28 | + } |
| 29 | + } |
| 30 | +} |
| 31 | + |
0 commit comments