Skip to content

Commit 2c18f26

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-27765
2 parents 6d8ba3e + ea95c99 commit 2c18f26

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)