Skip to content

Commit 95f29cf

Browse files
committed
chore: update release-it configuration for conventional commits and changelog
1 parent 8e7e415 commit 95f29cf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,25 @@
130130
"npm": {
131131
"publish": true
132132
},
133+
"github": {
134+
"release": true
135+
},
133136
"plugins": {
134137
"@release-it/conventional-changelog": {
135-
"preset": "angular"
138+
"infile": "CHANGELOG.md",
139+
"preset": {
140+
"name": "conventionalcommits",
141+
"type": [
142+
{
143+
"type": "feat",
144+
"section": "Features"
145+
},
146+
{
147+
"type": "fix",
148+
"section": "Bug Fixes"
149+
}
150+
]
151+
}
136152
}
137153
}
138154
},

0 commit comments

Comments
 (0)