diff options
author | Jens Geyer <jensg@apache.org> | 2019-10-16 22:57:19 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2019-10-17 00:07:12 +0200 |
commit | 7cb8473bcd019deed508942cd628b606a544852e (patch) | |
tree | c62feefd46802e40b39d8c4e61ec0e91b98c79fa /doc | |
parent | 0f14e2f3f65ddab76bfae28b3343ba12157d93f5 (diff) | |
download | thrift-7cb8473bcd019deed508942cd628b606a544852e.tar.gz |
Updated ReleaseManagement.md [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ReleaseManagement.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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. |