Skip to content

Commit 3c7f29b

Browse files
committed
chore: update release-it configuration to output a prettier CHANGELOG
1 parent 447884d commit 3c7f29b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,19 @@
110110
"plugins": {
111111
"@release-it/conventional-changelog": {
112112
"infile": "CHANGELOG.md",
113-
"preset": "angular"
113+
"preset": {
114+
"name": "angular",
115+
"types": [
116+
{
117+
"type": "feat",
118+
"section": "🚀 Features"
119+
},
120+
{
121+
"type": "fix",
122+
"section": "🔨 Bug Fixes"
123+
}
124+
]
125+
}
114126
}
115127
}
116128
},

0 commit comments

Comments
 (0)