diff --git a/scripts/release.sh b/scripts/release.sh index b3a6917..cc80438 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -2,4 +2,4 @@ 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 + detouched/standard-version:latest -p=beta $1