Skip to content

Commit 24b0291

Browse files
committed
chore: update release-it config
1 parent f842aa3 commit 24b0291

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,20 @@
110110
"plugins": {
111111
"@release-it/conventional-changelog": {
112112
"preset": {
113-
"name": "angular"
114-
}
113+
"name": "conventionalcommits",
114+
"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"
115127
}
116128
}
117129
},

0 commit comments

Comments
 (0)