diff --git a/release-please-config.json b/release-please-config.json index 01107b1..f661ff4 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,18 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "python", + "changelog-types": [ + {"type": "feat", "section": "Features", "hidden": false}, + {"type": "fix", "section": "Bug Fixes", "hidden": false}, + {"type": "perf", "section": "Performance Improvements", "hidden": false}, + {"type": "docs", "section": "Documentation", "hidden": true}, + {"type": "chore", "section": "Miscellaneous Chores", "hidden": true}, + {"type": "ci", "section": "Continuous Integration", "hidden": true}, + {"type": "refactor", "section": "Code Refactoring", "hidden": true}, + {"type": "test", "section": "Tests", "hidden": true}, + {"type": "style", "section": "Styles", "hidden": true}, + {"type": "build", "section": "Build System", "hidden": true} + ], "packages": { ".": { "package-name": "data-bridges-knots"