diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 000000000..bc9a53ea3 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,63 @@ +{ + "changelog-sections": [ + { + "type": "feat", + "section": "Features", + "hidden": false + }, + { + "type": "feature", + "section": "Features" + }, + { + "type": "fix", + "section": "Updates and Bug Fixes", + "hidden": false + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + }, + { + "type": "chore", + "section": "Miscellaneous", + "hidden": true + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "refactor", + "section": "Code Refactoring", + "hidden": true + }, + { + "type": "test", + "section": "Tests", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "", + "section": "Changes", + "hidden": true + } + ], + "packages": { + ".": {} + } +}