build: 工程化项目

This commit is contained in:
李东云
2023-04-07 16:14:58 +08:00
parent 254989e992
commit c2b56cf978
11 changed files with 261 additions and 87 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=$(git config user.name)" -e "EMAIL=$(git config user.email)" \
detouched/standard-version:latest $1