Ver código fonte

update package.json

nameczz 3 anos atrás
pai
commit
14dbed8575
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6 1
      package.json

+ 6 - 1
package.json

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