add release-it config

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent fe8a9ea6ca
commit 573a703dd4

4
.release-it.json Normal file
View File

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