We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d4ce3 commit 5715c6aCopy full SHA for 5715c6a
scripts/release
@@ -17,11 +17,11 @@ current_branch=$(git rev-parse --abbrev-ref HEAD)
17
18
# 判断分支名称
19
if [ "$current_branch" = "next" ]; then
20
- bumpp --preid alpha --execute="$generateChangeLog" --commit "$commitInfo" --all --tag --push
+ npx bumpp --preid alpha --execute="$generateChangeLog" --commit "$commitInfo" --all --tag --push
21
else
22
echo "当前分支是:$current_branch ,版本迭代允许在next分支操作,并推送到远程!!!"
23
fi
24
25
26
## 直接快速生成CHANGELOG文档
27
-#pnpm commit-and-tag-version
+#pnpm commit-and-tag-version
0 commit comments