diff --git a/release-please-config.json b/release-please-config.json index ac8aecc20..9beb224db 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,17 +8,17 @@ "draft": true, "extra-files": [{ "type": "generic", "path": "sonar-project.properties" }], "changelog-sections": [ - { "type": "feat", "section": "Features" }, - { "type": "fix", "section": "Bug Fixes" }, - { "type": "perf", "section": "Performance" }, - { "type": "refactor", "section": "Refactor" }, - { "type": "build", "section": "Build" }, - { "type": "ci", "section": "CI" }, - { "type": "docs", "section": "Documentation" }, - { "type": "test", "section": "Tests", "hidden": true }, - { "type": "style", "section": "Styles", "hidden": true }, - { "type": "chore(deps)", "section": "Dependencies" }, - { "type": "chore", "section": "Chores", "hidden": true } + { "type": "feat", "section": "๐Ÿš€ Features" }, + { "type": "fix", "section": "๐Ÿ› Bug Fixes" }, + { "type": "perf", "section": "โšก Performance" }, + { "type": "refactor", "section": "๐Ÿงผ Code Refactoring" }, + { "type": "docs", "section": "๐Ÿ“š Documentation" }, + { "type": "build", "section": "๐Ÿ—๏ธ Build System" }, + { "type": "ci", "section": "๐Ÿค– Continuous Integration" }, + { "type": "test", "section": "๐Ÿงช Testing", "hidden": true }, + { "type": "style", "section": "๐ŸŽจ Styles", "hidden": true }, + { "type": "chore(deps)", "section": "๐Ÿ“ฆ Dependency Updates", "hidden": true }, + { "type": "chore", "section": "๐Ÿงน Chore", "hidden": true } ] } }