|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "bootstrap-sha": "9ad71ffd7cdb956850a292073a3492669231936c", |
| 4 | + "release-type": "python", |
| 5 | + "packages": { |
| 6 | + ".": { |
| 7 | + "package-name": "descope", |
| 8 | + "changelog-path": "CHANGELOG.md", |
| 9 | + "extra-files": [ |
| 10 | + { |
| 11 | + "type": "toml", |
| 12 | + "path": "pyproject.toml", |
| 13 | + "jsonpath": "$.tool.poetry.version" |
| 14 | + } |
| 15 | + ] |
| 16 | + } |
| 17 | + }, |
| 18 | + "include-v-in-tag": false, |
| 19 | + "bump-minor-pre-major": true, |
| 20 | + "bump-patch-for-minor-pre-major": true, |
| 21 | + "sequential-calls": false, |
| 22 | + "pull-request-title-pattern": "chore: release ${version}", |
| 23 | + "changelog-sections": [ |
| 24 | + { "type": "feat", "section": "Features" }, |
| 25 | + { "type": "fix", "section": "Bug Fixes" }, |
| 26 | + { "type": "perf", "section": "Performance Improvements" }, |
| 27 | + { "type": "revert", "section": "Reverts" }, |
| 28 | + { "type": "docs", "section": "Documentation" }, |
| 29 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, |
| 30 | + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, |
| 31 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 32 | + { "type": "build", "section": "Build System", "hidden": true }, |
| 33 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
| 34 | + ] |
| 35 | +} |
0 commit comments