소스 검색

update package.json

nameczz 4 년 전
부모
커밋
14dbed8575
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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"
+    ]
+  }
 }