diff --git a/release-please-config.json b/release-please-config.json index 5d23149..bd77c65 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,33 @@ "changelog-path": "CHANGELOG.md", "include-v-in-tag": true, "bump-minor-pre-major": true, - "extra-types": [ "build" ] + "changelog-sections": [ + { "type": "feat", "section": "Added" }, + { "type": "feature", "section": "Added" }, + { "type": "fix", "section": "Fixed" }, + { "type": "build", "section": "Changed" }, + { "type": "perf", "section": "Changed" }, + { "type": "security", "section": "Security" }, + { "type": "revert", "section": "Changed" }, + { "type": "docs", "section": "Documentation", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { + "type": "chore", + "section": "Miscellaneous Chores", + "hidden": true + }, + { + "type": "refactor", + "section": "Code Refactoring", + "hidden": true + }, + { "type": "test", "section": "Tests", "hidden": true }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ] } } }