From 5a516dbc4771e3c1e215b929c837ef179d15e356 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 13 Aug 2023 01:28:41 +0200 Subject: [PATCH] chore: updated release it config --- .release-it.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-it.json b/.release-it.json index a22174743..321837e49 100644 --- a/.release-it.json +++ b/.release-it.json @@ -20,7 +20,24 @@ }, "plugins": { "@release-it/conventional-changelog": { - "preset": "conventionalcommits", + "preset": { + "name": "conventionalcommits", + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "impr", + "section": "Improvements" + }, + { + "type": "fix", + "section": "Fixes" + }, + {} + ] + }, "writerOpts": { "headerPartial": "Thank you to all the contributors!" }