Skip to content

Commit 832d453

Browse files
committed
chore: add changelogithub configuration for commit types
1 parent 87c3b54 commit 832d453

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,28 @@
5555
"test": "vitest run",
5656
"release": "bumpp"
5757
},
58+
"changelogithub": {
59+
"types": {
60+
"feat": {
61+
"title": "🚀 Features"
62+
},
63+
"fix": {
64+
"title": "🐞 Bug Fixes"
65+
},
66+
"refactor": {
67+
"title": "🔧 Refactors"
68+
},
69+
"test": {
70+
"title": "🧪 Tests"
71+
},
72+
"docs": {
73+
"title": "📝 Documentation"
74+
},
75+
"chore": {
76+
"title": "🧹 Chores"
77+
}
78+
}
79+
},
5880
"dependencies": {
5981
"date-fns": "^4.3.0",
6082
"fast-equals": "^6.0.0",

0 commit comments

Comments
 (0)