Skip to content

Commit

Permalink
Update email address used for release commit
Browse files Browse the repository at this point in the history
Closes gh-27764
  • Loading branch information
wilkinsona committed Aug 19, 2021
1 parent ea9f851 commit ea95c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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.email "spring-buildmaster@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 ea95c99

Please sign in to comment.