From 26cf21ff5f79d98c37b80e4e488ae01d02248448 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 10 Jun 2021 14:30:57 +0200 Subject: [PATCH] chore: Update release-it cc --- package.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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" + } + ] + } } } },