Skip to content

Commit

Permalink
Change roll_release so it resets git.config to original user after ru…
Browse files Browse the repository at this point in the history
…nning with STE||AR credentials
  • Loading branch information
gonidelis authored and STE||AR Group committed Apr 11, 2022
1 parent 73db6cd commit cd01bb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/roll_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ fi

echo ""
echo "Setting the signing key for signing the release. It is up to you to change it back to your own afterwards."
git config user.signingkey E18AE35E86BB194F
git config user.email "[email protected]"
git config user.name "STE||AR Group"
git -c user.signingkey E18AE35E86BB194F -c user.email [email protected] \
-c user.name "STE||AR Group"

echo ""
echo "Tagging release."
Expand Down

0 comments on commit cd01bb3

Please sign in to comment.