Skip to content

Commit 100efda

Browse files
committed
chore: setup release-it
1 parent d6466e4 commit 100efda

File tree

3 files changed

+7977
-758
lines changed

3 files changed

+7977
-758
lines changed

.release-it.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"git": {
3+
"requireBranch": "main",
4+
"commitMessage": "chore: release v${version}"
5+
},
6+
"hooks": {
7+
"before:init": ["git pull", "npm run lint", "npm run build"]
8+
},
9+
"github": {
10+
"release": true
11+
},
12+
"npm": {
13+
"publish": true
14+
}
15+
}

0 commit comments

Comments
 (0)