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!" }