Skip to content

Commit 3afac83

Browse files
committed
Use renamed Spring Builds account to create tag when staging
1 parent bdd170a commit 3afac83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/stage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ echo "Staging ${stageVersion} (next version will be ${nextVersion})"
3030
run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false
3131
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
3232

33-
git config user.name "Spring Buildmaster" > /dev/null
34-
git config user.email "[email protected]" > /dev/null
33+
git config user.name "Spring Builds" > /dev/null
34+
git config user.email "[email protected]" > /dev/null
3535
git add pom.xml > /dev/null
3636
git commit -m"Release v${stageVersion}" > /dev/null
3737
git tag -a "v${stageVersion}" -m"Release v${stageVersion}" > /dev/null

0 commit comments

Comments
 (0)