udim commented on a change in pull request #15691:
URL: https://github.com/apache/beam/pull/15691#discussion_r725300171



##########
File path: website/www/site/content/en/contribute/release-guide.md
##########
@@ -1147,6 +1151,9 @@ Merge all of the website pull requests
 Create and push a new signed tag for the released version by copying the tag 
for the final release candidate, as follows:
 
 ```
+# Optional: unlock the signing key by signing an arbitrary file.
+gpg --output ~/doc.sig --sign ~/.bashrc

Review comment:
       I get that message when gpg times out waiting for a password. Perhaps 
there was a pop-up dialog somewhere on your screen?
   
   Alternate form from `build_release_candidate.sh`:
   `gpg --local-user ${SIGNING_KEY} --output /dev/null --sign ~/.bashrc`
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to