build: 添加了版本发布的脚本和配置

This commit is contained in:
李东云
2023-03-15 09:58:01 +08:00
parent 3b72fdf102
commit 18752ca372
2 changed files with 73 additions and 0 deletions

5
scripts/release.sh Executable file
View File

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