diff --git a/package.json b/package.json index a8ad4d41..e180ea1c 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,18 @@ }, "plugins": { "@release-it/conventional-changelog": { - "preset": "eslint", + "preset": { + "name": "conventionalcommits", + "types": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance" }, + { "type": "docs", "section": "Documentation" }, + { "type": "chore", "section": "Chores" }, + { "type": "refactor", "section": "Chores" }, + { "type": "test", "section": "Chores" } + ] + }, "infile": "CHANGELOG.md" } }