瀏覽代碼

update package.json

nameczz 4 年之前
父節點
當前提交
bb0f7410d7
共有 1 個文件被更改,包括 5 次插入15 次删除
  1. 5 15
      package.json

+ 5 - 15
package.json

@@ -6,20 +6,10 @@
   "bugs": "https://github.com/milvus-io/milvus-insight/issues",
   "release": {
     "branches": [
-      "master"
+      "main",
+      "next",
+      "{name: 'beta', prerelease: true}"
     ]
   },
-  "publishConfig": {
-    "access": "public"
-  },
-  "scripts": {
-    "semantic-release": "semantic-release"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/nameczz/milvus-insight.git"
-  },
-  "devDependencies": {
-    "semantic-release": "^17.4.4"
-  }
-}
+  "private": true
+}