Files
hdk-pay/scripts/release.sh

6 lines
171 B
Bash
Raw Normal View History

2023-07-18 10:00:03 +08:00
#!/usr/bin/env sh
docker run --rm -it \
-v $(pwd):/app -e "GIT_AUTHOR_NAME=ch4o5" -e "EMAIL=dongyun.li@luxcreo.ai" \
2024-02-27 15:28:23 +08:00
detouched/standard-version:latest -p=beta $1