add release-it config file and publish to npm

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 3f1794b880
commit 272fc2adbb
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"
}