Merge branch '2.4.x' into 2.5.x

Closes gh-27765
This commit is contained in:
Andy Wilkinson 2021-08-19 10:31:19 +01:00
commit 2c18f26b4c

View File

@ -30,7 +30,7 @@ echo "Staging $stageVersion (next version will be $nextVersion)"
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties
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 gradle.properties > /dev/null
git commit -m"Release v$stageVersion" > /dev/null
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null