We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be27e2 commit 0a79cf7Copy full SHA for 0a79cf7
ci/scripts/update-homebrew-tap.sh
@@ -11,7 +11,7 @@ pushd updated-homebrew-tap-repo > /dev/null
11
rm spring-boot.rb
12
mv spring-boot-cli-*.rb spring-boot.rb
13
git config user.name "Spring Buildmaster" > /dev/null
14
- git config user.email "buildmaster@springframework.org" > /dev/null
+ git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
15
git add spring-boot.rb > /dev/null
16
git commit -m "Upgrade to Spring Boot ${version}" > /dev/null
17
echo "DONE"
0 commit comments