Files
hdk-auth/scripts/release.sh

6 lines
172 B
Bash
Raw Normal View History

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