Files
hyperf-saml/scripts/release.sh
2023-12-26 15:56:52 +08:00

6 lines
171 B
Bash
Executable File

#!/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 -p=beta $1