From 8a37c6f3f281db36350c8b0c679c691edbb307fd Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Thu, 18 Jul 2024 09:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E9=A2=84?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BE=8B=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f070c7..988d566 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ npm version premajor --no-git-tag-version 1.0.0 -> 2.0.0-0 --preid beta | alpha | rc npm version prerelease --preid beta --no-git-tag-version -2.0.0-0 -> 2.0.0-1 -> 2.0.0-2 ..n -> 2.0.0-n +npm version prerelease +2.0.0-alpha-0 -> 2.0.0-alpha-1 -> 2.0.0-alpha-2 ..n -> 2.0.0-alpha-n npm version patch --no-git-tag-version 2.0.0-n -> 2.0.0