|
|
@ -10,8 +10,8 @@ pushd updated-homebrew-tap-repo > /dev/null
|
|
|
|
curl https://repo.spring.io/libs-release-local/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb
|
|
|
|
curl https://repo.spring.io/libs-release-local/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb
|
|
|
|
rm spring-boot.rb
|
|
|
|
rm spring-boot.rb
|
|
|
|
mv spring-boot-cli-*.rb spring-boot.rb
|
|
|
|
mv spring-boot-cli-*.rb spring-boot.rb
|
|
|
|
git config user.name "Spring Buildmaster" > /dev/null
|
|
|
|
git config user.name "Spring Builds" > /dev/null
|
|
|
|
git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
|
|
|
|
git config user.email "spring-builds@users.noreply.github.com" > /dev/null
|
|
|
|
git add spring-boot.rb > /dev/null
|
|
|
|
git add spring-boot.rb > /dev/null
|
|
|
|
git commit -m "Upgrade to Spring Boot ${version}" > /dev/null
|
|
|
|
git commit -m "Upgrade to Spring Boot ${version}" > /dev/null
|
|
|
|
echo "DONE"
|
|
|
|
echo "DONE"
|
|
|
|