Skip to content

Commit

Permalink
Update git config user name and email used during staging
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jan 14, 2022
1 parent fad3725 commit cc26112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ fi
echo "Staging $stageVersion (next version will be $nextVersion)"
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties

git config user.name "Spring Buildmaster" > /dev/null
git config user.email "buildmaster@springframework.org" > /dev/null
git config user.name "Spring Builds" > /dev/null
git config user.email "spring-builds@users.noreply.github.com" > /dev/null
git add gradle.properties > /dev/null
git commit -m"Release v$stageVersion" > /dev/null
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
Expand Down

0 comments on commit cc26112

Please sign in to comment.