Skip to content

Commit

Permalink
Merge branch '2.5.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Aug 19, 2021
2 parents aa216dd + 2d8d0b0 commit 2f9dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/update-homebrew-tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pushd updated-homebrew-tap-repo > /dev/null
rm spring-boot.rb
mv spring-boot-cli-*.rb spring-boot.rb
git config user.name "Spring Buildmaster" > /dev/null
git config user.email "buildmaster@springframework.org" > /dev/null
git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
git add spring-boot.rb > /dev/null
git commit -m "Upgrade to Spring Boot ${version}" > /dev/null
echo "DONE"
Expand Down

0 comments on commit 2f9dea2

Please sign in to comment.