diff --git a/release-please-config.json b/release-please-config.json index 6be6bd5..2c7cf23 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -38,6 +38,41 @@ "type": "tests", "section": "🔧 Testing", "hidden": false + }, + { + "type": "style", + "section": "💅 Code Style", + "hidden": false + }, + { + "type": "refactor", + "section": "🔨 Refactoring", + "hidden": false + }, + { + "type": "revert", + "section": "⏪ Reverts", + "hidden": false + }, + { + "type": "deps", + "hidden": false, + "section": "⬆️ Dependency Updates" + }, + { + "type": "security", + "hidden": false, + "section": "🔒 Security Fixes" + }, + { + "type": "breaking", + "hidden": false, + "section": "💥 Breaking Changes" + }, + { + "type": "contributors", + "hidden": false, + "section": "👥 Contributors" } ], "packages": {