Skip to content

Commit 79bd181

Browse files
committed
chore: Add release-it plugin
1 parent 971edc2 commit 79bd181

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.release-it.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"github": {
33
"release": true
4+
},
5+
"plugins": {
6+
"@release-it/conventional-changelog": {
7+
"preset": "conventionalcommits",
8+
"infile": "CHANGELOG.md"
49
}
510
}
11+
}

0 commit comments

Comments
 (0)