You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2021/04/15 22:23:06 UTC

[openwhisk-release] branch master updated: Update docs with PMC steps to amend KEYS. (#384)

This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 97f744d  Update docs with PMC steps to amend KEYS. (#384)
97f744d is described below

commit 97f744d771c8eae901d4a53d0dedb1995e1ea56f
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Thu Apr 15 18:22:56 2021 -0400

    Update docs with PMC steps to amend KEYS. (#384)
---
 docs/release_manager_setup.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/docs/release_manager_setup.md b/docs/release_manager_setup.md
index 8256776..3fb1bed 100644
--- a/docs/release_manager_setup.md
+++ b/docs/release_manager_setup.md
@@ -100,6 +100,22 @@ Once you have your PGP key pair, append your public key to our [KEYS file](https
 
 The commands to export your key and append it (depending on your PGP client) can be found at the very top of the [`KEYS`](https://dist.apache.org/repos/dist/release/openwhisk/KEYS) file itself, and are also replicated below:
 
+> **Steps for PMC member to amend KEYS file**
+  ```
+  # checkout svn repo if necessary
+  ./tools/checkout_svn.sh
+
+  # amend KEYS file./stagingArea/svn_release/KEYS
+  cd ./stagingArea/svn_release
+  vi KEYS # or whatever editor you prefer
+
+  # sanity check your changes
+  svn diff
+
+  # commit
+  svn commit KEYS
+  ```
+
 #### GPG Example (recommended)
 
 Apache recommends [GNU Privacy Guard (GnuPG)](https://www.gnupg.org/), an open-source, OpenPGP compatible implementation.