diff options
author | Sara Golemon <pollita@php.net> | 2017-06-05 16:33:38 -0700 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2017-06-05 16:33:38 -0700 |
commit | a867d74ad3929666e4c990c252cf4f2425bf9269 (patch) | |
tree | 0f1bbbc16864382c77474899ca6920fbf8707eaf /README.RELEASE_PROCESS | |
parent | 8baf12b1615e8a89d984f8df8d9585d1e434f6c6 (diff) | |
download | php-git-a867d74ad3929666e4c990c252cf4f2425bf9269.tar.gz |
Add note about publishing gpg key
Diffstat (limited to 'README.RELEASE_PROCESS')
-rw-r--r-- | README.RELEASE_PROCESS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index 192d3491b1..bd0c7261a7 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -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 "$USER@php.net"`. 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. |