We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cfbeb commit 0c52061Copy full SHA for 0c52061
docs/release-process.md
@@ -439,6 +439,8 @@
439
`gpg --fingerprint "$USER@php.net"`. Let one or more of the previous RMs
440
sign your key. Publish your public key to pgp.mit.edu with:
441
`gpg --keyserver pgp.mit.edu --send-keys $KEYID`
442
+ Add new keys in the php-keyring.gpg in distribution repository using:
443
+ `gpg2 --export --export-options export-minimal --armor <all RM keys>`
444
445
3. Request karma to edit `main/php_version.h` and `Zend/zend.h`. Possibly karma
446
for other restricted parts of php-src might come in question. To edit
0 commit comments