You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/10/08 21:04:18 UTC

[GitHub] [beam] udim commented on a change in pull request #15691: Release guide: minor updates

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org