diff --git a/package.json b/package.json index 2078cf4..1526a40 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,27 @@ }, "plugins": { "@release-it/conventional-changelog": { - "preset": "angular" + "preset": { + "name": "conventionalcommits", + "types": [ + { + "type": "feat", + "section": "✨ Features" + }, + { + "type": "fix", + "section": "🐛 Bug Fixes" + }, + { + "type": "perf", + "section": "💨 Performance Improvements" + }, + { + "type": "docs", + "section": "📚 Documentation" + } + ] + } } } },