diff --git a/scripts/pre-release.sh b/scripts/pre-release.sh index f9e30c9..e0739a8 100755 --- a/scripts/pre-release.sh +++ b/scripts/pre-release.sh @@ -13,6 +13,8 @@ CHECKSUM="" BRANCH_NAME="update-versions-$SEM_VERSION" function checkout { + git config --global user.name "MapboxCI" + git config --global user.email "no-reply@mapbox.com" git checkout -B "$BRANCH_NAME" }