diff --git a/release-please-config.json b/release-please-config.json index 6dde3698..3fe3029f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -16,7 +16,10 @@ { "type": "refactor", "section": "Code Refactoring" }, { "type": "test", "section": "Testing" }, { "type": "build", "section": "Build System" }, - { "type": "ci", "section": "Continuous Integration" } + { "type": "ci", "section": "Continuous Integration" }, + { "type": "ui", "section": "User Interface" }, + { "type": "database", "section": "Database Changes" }, + { "type": "email", "section": "Email Notifications Changes" } ] } }