From 40dcfa4bad0f8b42a34e0541ef558cd78f37b2ce Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Thu, 21 Nov 2024 12:23:33 +0300 Subject: [PATCH] chore(release-please): Added Additional Sections --- release-please-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 6dde36982..3fe3029ff 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" } ] } }