Skip to content

Commit 03d1ff8

Browse files
committed
Update github account
1 parent 0e507b1 commit 03d1ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/stage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ fi
2929
echo "Staging $stageVersion (next version will be $nextVersion)"
3030
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties
3131

32-
git config user.name "Spring Buildmaster" > /dev/null
33-
git config user.email "buildmaster@springframework.org" > /dev/null
32+
git config user.name "Spring Builds" > /dev/null
33+
git config user.email "spring-builds@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)