From f1948ab0fe4594140eede8e52f113963d98a8338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 21 Jul 2023 11:04:39 +0800 Subject: [PATCH] =?UTF-8?q?build(release):=20=E5=A2=9E=E5=8A=A0=20alpha=20?= =?UTF-8?q?=E6=A0=87=E8=AF=86=EF=BC=8C=E5=87=86=E5=A4=87=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李东云 --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index d141824..732b598 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -2,4 +2,4 @@ docker run --rm -it \ -v $(pwd):/app -e "GIT_AUTHOR_NAME=$(git config user.name)" -e "EMAIL=$(git config user.email)" \ - detouched/standard-version:latest $1 + detouched/standard-version:latest -p=alpha $1