-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: fix release script #36540
tools: fix release script #36540
Conversation
Thanks for the quick PR, I've just tested this locally, and the script runs through as far as expected:
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
fast-track? |
Landed in 32d58d7...f28715d |
I used this version of the script to promote v14.15.3. It successfully promoted the release but I then hit a key related error while uploading the shasums:
(I reverted to the old version and ran |
@BethGriggs Do you try to use the |
Nope, I only tried to run the full script with |
#36123 introduced illformed
ssh
,scp
, andgpg
commands. This is my attempt at fixing it.Refs: #36123 (comment)
/cc @BethGriggs
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes