Skip to content

Commit 4305345

Browse files
committed
Configure release-it
1 parent f0668fa commit 4305345

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.release-it.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"git": {
3+
"changelog": "npx pr-log --stdout --unreleased"
4+
},
5+
"npm": {
6+
"publish": true
7+
},
8+
"github": {
9+
"release": true,
10+
"releaseName": "${version}"
11+
},
12+
"hooks": {
13+
"before:init": ["npm run compile", "npm run lint", "npm run test"],
14+
"after:bump": ["npx pr-log ${version} --sloppy"]
15+
}
16+
}

0 commit comments

Comments
 (0)