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 0e507b1 commit 03d1ff8Copy full SHA for 03d1ff8
ci/scripts/stage.sh
@@ -29,8 +29,8 @@ fi
29
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.name "Spring Builds" > /dev/null
+git config user.email "spring-builds@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