diff --git a/release-please-config.json b/release-please-config.json index c103509..64f49b8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,20 @@ { "include-v-in-tag": true, + "plugins": ["sentence-case"], + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "docs", "section": "Documentation" }, + { "type": "deps", "section": "Dependencies" }, + { "type": "ci", "section": "Continuous Integration", "hidden": true }, + { "type": "chore", "section": "Miscellaneous", "hidden": true }, + { "type": "build", "section": "Build System", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true } + ], "extra-files": [ { "type": "yaml",