|
| 1 | +{ |
| 2 | + "packages": { |
| 3 | + ".": { |
| 4 | + "release-type": "maven", |
| 5 | + "package-name": "multicloudj", |
| 6 | + "changelog-sections": [ |
| 7 | + {"type": "feat", "section": "Features", "hidden": false}, |
| 8 | + {"type": "fix", "section": "Bug Fixes", "hidden": false}, |
| 9 | + {"type": "perf", "section": "Performance Improvements", "hidden": false}, |
| 10 | + {"type": "blobstore", "section": "Blob Store", "hidden": false}, |
| 11 | + {"type": "docstore", "section": "Document Store", "hidden": false}, |
| 12 | + {"type": "sts", "section": "STS", "hidden": false}, |
| 13 | + {"type": "pubsub", "section": "PubSub", "hidden": false}, |
| 14 | + {"type": "refactor", "section": "Code Refactoring", "hidden": false}, |
| 15 | + {"type": "revert", "section": "Reverts", "hidden": false}, |
| 16 | + {"type": "docs", "section": "Documentation", "hidden": true}, |
| 17 | + {"type": "test", "section": "Tests", "hidden": true}, |
| 18 | + {"type": "chore", "section": "Chores", "hidden": true}, |
| 19 | + {"type": "build", "section": "Build System", "hidden": true}, |
| 20 | + {"type": "ci", "section": "CI", "hidden": true} |
| 21 | + ] |
| 22 | + } |
| 23 | + } |
| 24 | +} |
0 commit comments