From 7cb8473bcd019deed508942cd628b606a544852e Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Wed, 16 Oct 2019 22:57:19 +0200 Subject: Updated ReleaseManagement.md [ci skip] --- doc/ReleaseManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ReleaseManagement.md b/doc/ReleaseManagement.md index 362fd8315..ee744aeb4 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 ``` 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. -- cgit v1.2.1