From 0c52061d12d52846800f5bd3d916cddf52e0ee36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2019 14:59:37 +0200 Subject: add php-keyring.gpg update step --- docs/release-process.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/release-process.md b/docs/release-process.md index cb04009060..5579270581 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -439,6 +439,8 @@ `gpg --fingerprint "$USER@php.net"`. Let 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` + Add new keys in the php-keyring.gpg in distribution repository using: + `gpg2 --export --export-options export-minimal --armor ` 3. Request karma to edit `main/php_version.h` and `Zend/zend.h`. Possibly karma for other restricted parts of php-src might come in question. To edit -- cgit v1.2.1