Files
hdk-core/scripts/release.sh

6 lines
192 B
Bash
Raw Normal View History

#!/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)" \
detouched/standard-version:latest -p=beta $1