build(script): 在发版脚本中添加了 alpha 标识

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-08-30 17:18:48 +08:00
parent 6c0cdfd9c9
commit 8ddc90ac14

View File

@@ -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