add release-it config

This commit is contained in:
Yanzhen Yu
2018-11-27 13:36:09 +08:00
parent b8bb590de3
commit e13f9bb0aa

4
.release-it.json Normal file
View File

@@ -0,0 +1,4 @@
{
"non-interactive": true,
"buildCommand": "npm run bundle"
}