Description
I went to do a release on a new machine and forgot to run:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
And it got to the very end of release:prepare and blew up.
I went to do a release on a new machine and forgot to run:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
And it got to the very end of release:prepare and blew up.