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

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit 7cb8473bcd019deed508942cd628b606a544852e
Author: Jens Geyer <[email protected]>
AuthorDate: Wed Oct 16 22:57:19 2019 +0200

    Updated ReleaseManagement.md [ci skip]
---
 doc/ReleaseManagement.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ReleaseManagement.md b/doc/ReleaseManagement.md
index 362fd83..ee744ae 100644
--- a/doc/ReleaseManagement.md
+++ b/doc/ReleaseManagement.md
@@ -331,7 +331,7 @@ Voting on the development mailing list provides additional 
benefits (wisdom from
     ~/thrift$ git push --tags
     ```
 
-    **NOTE:** If you get the error "gpg failed to sign the data" when tagging, 
try this fix: "export GPG_TTY=$(tty)"
+    **NOTE:** If you get the error "gpg failed to sign the data" when tagging, 
try this fix: ```export GPG_TTY=$(tty)```. Alternatively, it may be necessary 
to specify the ```-u <keyid>``` as an additional argument.
 
 1. Create a new release from the [GitHub Tags 
Page](https://github.com/apache/thrift/tags).  Attach the statically built 
Windows thrift compiler as a binary here.
 

Reply via email to