Skip to content

Commit

Permalink
git config for mapzen developer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Lensing committed May 2, 2017
1 parent 61752ff commit 5df5d1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

if ([ -n ${RELEASE_VERSION_NUMBER} ] && [ -n ${NEW_VERSION_NUMBER} ]); then
echo "Releasing"
git config --global user.email "[email protected]"
git config --global user.name "Mapzen Developer"
./gradlew release -Prelease.useAutomaticVersion=true \
-Prelease.releaseVersion=$RELEASE_VERSION_NUMBER \
-Prelease.newVersion=$NEW_VERSION_NUMBER
Expand Down

0 comments on commit 5df5d1f

Please sign in to comment.