Skip to content

Commit 87da78d

Browse files
committed
chore: update conventional-changelog preset
1 parent cea18a3 commit 87da78d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.release-it.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ module.exports = {
2020
},
2121
{
2222
type: 'fix',
23-
section: '🐛 Bug Fixes',
23+
section: '🐛 Bug fixes',
2424
},
2525
{
26-
type: 'perf',
27-
section: '💨 Performance Improvements',
28-
},
29-
{
30-
type: 'chore(deps)',
31-
section: '🛠️ Dependency Upgrades',
26+
type: 'chore',
27+
section: '🛠️ Misc chores',
3228
},
3329
{
3430
type: 'docs',

0 commit comments

Comments
 (0)