From f30f8d227db80bb7f21ea6e8fcb4bf8ee79f92fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E7=BA=AF?= Date: Thu, 4 Mar 2021 11:03:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E5=8E=BB=E6=8E=89dist-tag=20next?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0935e2a..8402eab6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bootstrap": "lerna bootstrap", "build": "father-build --watch", "ver": "lerna version prerelease --preid rc --no-changelog --no-commit-hooks --no-private", - "release": "father-build && lerna publish from-git --dist-tag next", + "release": "father-build && lerna publish from-git", "docs:dev": "vuepress dev docs --clean-cache", "docs:build": "vuepress build docs --clean-cache" },