Skip to content

Commit

Permalink
Add note about publishing gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolemon committed Jun 5, 2017
1 parent 8baf12b commit a867d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.RELEASE_PROCESS
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ New Release Manager Checklist

2. Create a GPG key for your @php.net address and publish it by editing `include/gpg-keys.inc`
in the `web-php` repository, adding the output of `gpg --fingerprint "[email protected]"`. Let
one or more of the previous RMs sign your key.
one or more of the previous RMs sign your key. Publish your public key to pgp.mit.edu with:
`gpg --keyserver pgp.mit.edu --send-keys $KEYID`

3. Request karma to eding main/php_version.h. Possibly karma for other restricted parts of
php-src might come in question.
Expand Down

0 comments on commit a867d74

Please sign in to comment.