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.
2 parents 6d8ba3e + ea95c99 commit 2c18f26Copy full SHA for 2c18f26
ci/scripts/stage.sh
@@ -30,7 +30,7 @@ echo "Staging $stageVersion (next version will be $nextVersion)"
30
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties
31
32
git config user.name "Spring Buildmaster" > /dev/null
33
-git config user.email "buildmaster@springframework.org" > /dev/null
+git config user.email "spring-buildmaster@users.noreply.github.com" > /dev/null
34
git add gradle.properties > /dev/null
35
git commit -m"Release v$stageVersion" > /dev/null
36
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
0 commit comments