From 816649784d5a85b7bd2d61e5415258c0b514dcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Tue, 27 Feb 2024 15:28:23 +0800 Subject: [PATCH] =?UTF-8?q?build(release):=20=E5=8F=91=E5=B8=83=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 92049f7..e182a05 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -2,4 +2,4 @@ docker run --rm -it \ -v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \ - detouched/standard-version:latest -p=alpha $1 + detouched/standard-version:latest -p=beta $1