build(release): 改为了 beta字段

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-12-27 15:16:34 +08:00
parent 4a8a0a8434
commit b03ed2b06f

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 -p=alpha $1
detouched/standard-version:latest -p=beta $1