Files
hdk-skeleton/scripts/release.sh
2023-08-30 17:18:48 +08:00

6 lines
195 B
Bash
Executable File

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