build(scripts): 更新脚本

This commit is contained in:
李东云
2023-04-07 16:40:52 +08:00
parent c25e6eed52
commit 4ba0cb83f5
3 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env sh
docker run --rm -it \
-v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \
-v $(pwd):/app -e "GIT_AUTHOR_NAME=$(git config user.name)" -e "EMAIL=$(git config user.email)" \
detouched/standard-version:latest $1