add release-it config

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 0995b7a6d3
commit a98a652b78

7
.release-it.json Normal file
View File

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