Explorar el Código

update package.json

nameczz hace 4 años
padre
commit
14dbed8575
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      package.json

+ 6 - 1
package.json

@@ -4,5 +4,10 @@
   "description": "Milvus insight",
   "license": "Apache-2.0",
   "bugs": "https://github.com/milvus-io/milvus-insight/issues",
-  "private": true
+  "private": true,
+  "release": {
+    "branches": [
+      "master"
+    ]
+  }
 }