add release-it config
This commit is contained in:
7
.release-it.json
Normal file
7
.release-it.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"non-interactive": true,
|
||||
"buildCommand": "npm run bundle",
|
||||
"src": {
|
||||
"tag": "false"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user