From 94d63496ce0d5118b8e3686ef734637dea50405d Mon Sep 17 00:00:00 2001 From: "142vip.cn" Date: Wed, 17 Apr 2024 10:57:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Drelease=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=BC=82=E5=B8=B8=EF=BC=8C=E4=BD=BF=E7=94=A8npx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release b/scripts/release index 80fb8b7c..d76af808 100755 --- a/scripts/release +++ b/scripts/release @@ -17,11 +17,11 @@ current_branch=$(git rev-parse --abbrev-ref HEAD) # 判断分支名称 if [ "$current_branch" = "next" ]; then - bumpp --preid alpha --execute="$generateChangeLog" --commit "$commitInfo" --all --tag --push + npx bumpp --preid alpha --execute="$generateChangeLog" --commit "$commitInfo" --all --tag --push else echo "当前分支是:$current_branch ,版本迭代允许在next分之操作,并推送到远程!!!" fi ## 直接快速生成CHANGELOG文档 -#pnpm commit-and-tag-version \ No newline at end of file +#pnpm commit-and-tag-version