We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecff184 + cc26112 commit af924d8Copy full SHA for af924d8
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 "[email protected]" > /dev/null
+git config user.name "Spring Builds" > /dev/null
+git config user.email "[email protected]" > /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