We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f842aa3 commit 24b0291Copy full SHA for 24b0291
1 file changed
package.json
@@ -110,8 +110,20 @@
110
"plugins": {
111
"@release-it/conventional-changelog": {
112
"preset": {
113
- "name": "angular"
114
- }
+ "name": "conventionalcommits",
+ "types": [
115
+ {
116
+ "type": "feat",
117
+ "section": "Features"
118
+ },
119
120
+ "type": "fix",
121
+ "section": "Bug Fixes"
122
123
+ {}
124
+ ]
125
126
+ "infile": "CHANGELOG.md"
127
}
128
129
},
0 commit comments