diff --git a/release-please-config.json b/release-please-config.json index e39e307..caed13b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,6 +6,7 @@ "changelog-path": "CHANGELOG.md", "package-name": "php-namespace-refactor", "initial-version": "1.2.1", + "release-type": "node", "changelog-sections": [ { "type": "feat", @@ -15,6 +16,10 @@ "type": "fix", "section": "🐛 Bug Fixes" }, + { + "type": "perf", + "section": "⚡ Performance Improvements" + }, { "type": "docs", "section": "📚 Documentation"