From 8ddc90ac14d394e629e79678f3aee12fb2a4dc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 30 Aug 2023 17:18:48 +0800 Subject: [PATCH] =?UTF-8?q?build(script):=20=E5=9C=A8=E5=8F=91=E7=89=88?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=B8=AD=E6=B7=BB=E5=8A=A0=E4=BA=86=20alpha?= =?UTF-8?q?=20=E6=A0=87=E8=AF=86?= 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 243076a..b3a6917 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