Skip to content

Commit 53e87e3

Browse files
committed
chore: update conventional changelog configuration to use conventional commits format
1 parent 1472857 commit 53e87e3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,21 @@
128128
"plugins": {
129129
"@release-it/conventional-changelog": {
130130
"preset": {
131-
"name": "angular"
131+
"name": "conventionalcommits",
132+
"types": [
133+
{ "type": "feat", "section": "Features" },
134+
{ "type": "feature", "section": "Features" },
135+
{ "type": "fix", "section": "Bug Fixes" },
136+
{ "type": "perf", "section": "Performance Improvements" },
137+
{ "type": "revert", "section": "Reverts" },
138+
{ "type": "docs", "section": "Documentation", "hidden": false },
139+
{ "type": "style", "section": "Styles", "hidden": false },
140+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
141+
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
142+
{ "type": "test", "section": "Tests", "hidden": false },
143+
{ "type": "build", "section": "Build System", "hidden": false },
144+
{ "type": "ci", "section": "Continuous Integration", "hidden": false }
145+
]
132146
},
133147
"gitRawCommitsOpts": {
134148
"merges": null

0 commit comments

Comments
 (0)