Skip to content

Commit cb081d2

Browse files
committed
Merge branch '2.5.x'
Closes gh-27766
2 parents 2c9945e + 2c18f26 commit cb081d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "Staging $stageVersion (next version will be $nextVersion)"
3030
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties
3131

3232
git config user.name "Spring Buildmaster" > /dev/null
33-
git config user.email "buildmaster@springframework.org" > /dev/null
33+
git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
3434
git add gradle.properties > /dev/null
3535
git commit -m"Release v$stageVersion" > /dev/null
3636
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null

0 commit comments

Comments
 (0)