Skip to content

Commit 7a5ad5e

Browse files
author
ugogo
committed
update release-it config
1 parent cabb7fc commit 7a5ad5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
"access": "public",
1616
"registry": "https://registry.npmjs.org/"
1717
},
18+
"release-it": {
19+
"git": {
20+
"commitMessage": "v${version}"
21+
},
22+
"github": {
23+
"release": true
24+
}
25+
},
1826
"scripts": {
1927
"build": "microbundle-crl --no-compress --format modern,cjs --css-modules false",
2028
"start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false",

0 commit comments

Comments
 (0)