add release-it config

This commit is contained in:
Yanzhen Yu
2018-11-27 13:34:50 +08:00
parent 2c0a0edf36
commit be73853bff

7
.release-it.json Normal file
View File

@@ -0,0 +1,7 @@
{
"non-interactive": true,
"buildCommand": "npm run bundle",
"src": {
"tag": "false"
}
}