diff --git a/.github/release-please-config.json b/.github/release-please-config.json index ae159fd..e9651cf 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -6,6 +6,19 @@ "release-type": "simple", "skip-github-release": true, "changelog-path": "CHANGELOG.md", + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, + { "type": "docs", "section": "Documentation", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true }, + { "type": "build", "section": "Build System", "hidden": true }, + { "type": "ci", "section": "Continuous Integration", "hidden": true } + ], "packages": { ".github/workflows/build_container_image": { "component": "build_container_image",