-
Notifications
You must be signed in to change notification settings - Fork 12
Add Ulises missing key to README. #26
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
Conversation
README.md
Outdated
* **Ulises Gascón** <[email protected]> | ||
[`A363A499291CBBC940DD62E41F10027AF002F8B0`](https://raw.githubusercontent.com/nodejs/release-keys/HEAD/keys/A363A499291CBBC940DD62E41F10027AF002F8B0.asc) |
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.
This should be in the primary list of keys above.
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.
@richardlau Apologies!! Thank you for spotting, new commit incoming.
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.
@richardlau That's that moved.
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.
cc: @UlisesGascon
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.
Somehow I missed this PR from my notifications 🤦
@UlisesGascon can you please merge this with fast-forward so the commit landing on # Reset your local clone to this PR head
git fetch https://github.com/nodejs/release-keys.git b8fad3a99e778661a6f2da49fcd9a04b7992f38b
git reset FETCH_HEAD --hard
# Squash the two commits, fix the commit message
git reset HEAD^ --soft
git commit --amend -m 'doc: add updated release key for UlisesGascon'
# Rebase and sign (you might need to pass the actual key to the git command if you have several keys)
git fetch https://github.com/nodejs/release-keys.git HEAD
git rebase -S FETCH_HEAD
# Force push this PR (in this example, using SSH, maybe you'd prefer to use HTTPS instead)
git push [email protected]:easkay/release-keys.git HEAD:update_readme_list -f
# Push to main
git push [email protected]:nodejs/release-keys.git HEAD:main |
b245a01
to
08bb369
Compare
It worked perfect! Thanks for all the detailed instructions @aduh95 ❤️ |
Ulises Gascón added their key in #25 and the README in https://github.com/nodejs/node was updated, but not here.