We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c206e commit 85f2d53Copy full SHA for 85f2d53
1 file changed
package.json
@@ -92,7 +92,18 @@
92
},
93
"plugins": {
94
"@release-it/conventional-changelog": {
95
- "preset": "eslint",
+ "preset": {
96
+ "name": "conventionalcommits",
97
+ "types": [
98
+ { "type": "feat", "section": "Features" },
99
+ { "type": "fix", "section": "Bug Fixes" },
100
+ { "type": "perf", "section": "Performance" },
101
+ { "type": "docs", "section": "Documentation" },
102
+ { "type": "chore", "section": "Chores" },
103
+ { "type": "refactor", "section": "Chores" },
104
+ { "type": "test", "section": "Chores" }
105
+ ]
106
+ },
107
"infile": "CHANGELOG.md"
108
}
109
0 commit comments