This is an automated email from the ASF dual-hosted git repository.
zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 7678a2a Updated Release process (markdown)
7678a2a is described below
commit 7678a2aa6ff6f66cda654b086db2d692cbce8328
Author: Jia Zhai <[email protected]>
AuthorDate: Thu Aug 29 00:05:29 2019 +0800
Updated Release process (markdown)
---
Release-process.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/Release-process.md b/Release-process.md
index addfafc..e5e2520 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -145,6 +145,7 @@ Upload the artifacts to ASF Nexus:
```shell
export APACHE_USER=$USER
export APACHE_PASSWORD=$MY_PASSWORD
+export GPG_TTY=$(tty)
mvn deploy -DskipTests -Papache-release --settings .travis/settings.xml
```