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 bdd170a commit 3afac83Copy full SHA for 3afac83
ci/scripts/stage.sh
@@ -30,8 +30,8 @@ echo "Staging ${stageVersion} (next version will be ${nextVersion})"
30
run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false
31
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
32
33
-git config user.name "Spring Buildmaster" > /dev/null
34
-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
35
git add pom.xml > /dev/null
36
git commit -m"Release v${stageVersion}" > /dev/null
37
git tag -a "v${stageVersion}" -m"Release v${stageVersion}" > /dev/null
0 commit comments