Skip to content

Commit 2176a15

Browse files
committed
chore: fix release script
1 parent 4f91309 commit 2176a15

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://unpkg.com/release-it@18/schema/release-it.json",
3+
"git": {
4+
"commitMessage": "chore: release v${version}"
5+
},
6+
"github": {
7+
"release": true
8+
},
9+
"hooks": {
10+
"after:bump": "node --run build"
11+
}
12+
}

0 commit comments

Comments
 (0)