diff --git a/release-please-config.json b/release-please-config.json index 995bf8d..bbd9f7f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -17,6 +17,20 @@ "type": "generic", "path": "gradle.properties" } + ], + "changelog-sections": [ + { + "type": "feat", + "section": "Feature Changes" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Miscellaneous Changes" + } ] } }