2023-01-14 01:12:48 +08:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
|
|
docker run --rm -it \
|
2023-04-07 16:40:52 +08:00
|
|
|
-v $(pwd):/app -e "GIT_AUTHOR_NAME=$(git config user.name)" -e "EMAIL=$(git config user.email)" \
|
2023-01-14 01:12:48 +08:00
|
|
|
detouched/standard-version:latest $1
|