Skip to content

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

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

easkay
Copy link
Contributor

@easkay easkay commented Oct 2, 2023

Ulises Gascón added their key in #25 and the README in https://github.com/nodejs/node was updated, but not here.

README.md Outdated
Comment on lines 54 to 55
* **Ulises Gascón** <[email protected]>
[`A363A499291CBBC940DD62E41F10027AF002F8B0`](https://raw.githubusercontent.com/nodejs/release-keys/HEAD/keys/A363A499291CBBC940DD62E41F10027AF002F8B0.asc)
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@UlisesGascon UlisesGascon left a 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 🤦

@aduh95
Copy link
Contributor

aduh95 commented Jan 23, 2025

@UlisesGascon can you please merge this with fast-forward so the commit landing on main is signed with your key? The commands should be:

# 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

@UlisesGascon UlisesGascon merged commit 08bb369 into nodejs:main Jan 29, 2025
@UlisesGascon
Copy link
Member

It worked perfect! Thanks for all the detailed instructions @aduh95 ❤️

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants