add release-it config file and publish to npm

This commit is contained in:
Yanzhen Yu
2018-12-12 13:56:03 +08:00
parent 61e6e16d5b
commit a792e5a1b8
2 changed files with 5 additions and 1 deletions

4
.release-it.json Normal file
View File

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