Skip to content

Commit 2f9dea2

Browse files
committed
Merge branch '2.5.x'
Closes gh-27777
2 parents aa216dd + 2d8d0b0 commit 2f9dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/update-homebrew-tap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pushd updated-homebrew-tap-repo > /dev/null
1111
rm spring-boot.rb
1212
mv spring-boot-cli-*.rb spring-boot.rb
1313
git config user.name "Spring Buildmaster" > /dev/null
14-
git config user.email "buildmaster@springframework.org" > /dev/null
14+
git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
1515
git add spring-boot.rb > /dev/null
1616
git commit -m "Upgrade to Spring Boot ${version}" > /dev/null
1717
echo "DONE"

0 commit comments

Comments
 (0)