This is an automated email from the ASF dual-hosted git repository.
rxl 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 0797c75 Updated Release process (markdown)
0797c75 is described below
commit 0797c7513e76ff55bdc952251cf2b8625506d925
Author: 冉小龙 <[email protected]>
AuthorDate: Tue Dec 10 11:43:02 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 64f9cb3..1b67641 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -67,6 +67,7 @@ be the final one.
git commit -m 'Release 2.X.0' -a
# Create a "candidate" tag
+export GPG_TTY=$(tty)
git tag -u [email protected] v2.X.0-candidate-1 -m 'Release v2.X.0-candidate-1'
# Push both the branch and the tag to Github repo