Skip to content

Commit

Permalink
Migrate to Spring Builds account
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Sep 15, 2021
1 parent 4c720ea commit aa14c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/stage-version.sh
Expand Up @@ -29,8 +29,8 @@ fi
echo "Staging $stageVersion (next version will be $nextVersion)"
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties

git config user.name "Spring Buildmaster" > /dev/null
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
git add gradle.properties > /dev/null
git commit -m"Release v$stageVersion" > /dev/null
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
Expand Down

0 comments on commit aa14c24

Please sign in to comment.