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 ea9f851 commit ea95c99Copy full SHA for ea95c99
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