Skip to content

Commit c8eac25

Browse files
committed
Add release-it config
1 parent 24d7364 commit c8eac25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.release-it.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"hooks": {
3+
"after:bump": "yarn && git add -u"
4+
},
5+
"git": {
6+
"tagName": "v${version}"
7+
}
8+
}

0 commit comments

Comments
 (0)