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

mmerli 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 3ee0ebb  Updated Release process (markdown)
3ee0ebb is described below

commit 3ee0ebbdc1ea4b5cf4b72bb0ca57935d2b5dd87a
Author: Matteo Merli <mme...@apache.org>
AuthorDate: Thu Oct 11 09:27:56 2018 -0700

    Updated Release process (markdown)
---
 Release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Release-process.md b/Release-process.md
index 3d1619f..ddd37ab 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -71,7 +71,7 @@ mvn versions:set -DnewVersion=2.X.0 -pl 
pulsar-sql/presto-distribution
 git commit -m 'Release 2.X.0' -a
 
 # Create a "candidate" tag
-git tag -u $u...@apache.org v2.X.0-candidate-1 -m 'Release v1.X.0-candidate-1'
+git tag -u $u...@apache.org v2.X.0-candidate-1 -m 'Release v2.X.0-candidate-1'
 
 # Push both the branch and the tag to Github repo
 git push origin branch-2.X

Reply via email to