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/incubator-pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 64d66a7  Updated Release process (markdown)
64d66a7 is described below

commit 64d66a76c42ca76164dd7661200b776705bdcd43
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Apr 26 22:11:31 2018 -0700

    Updated Release process (markdown)
---
 Release-process.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Release-process.md b/Release-process.md
index 3f3af47..52a0526 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -66,11 +66,11 @@ mvn versions:set -DnewVersion=1.X.0-incubating
 git commit -m 'Release 1.X.0-incubating' -a
 
 # Create a "candidate" tag
-git tag -u [email protected] v1.X.0-incubating-candidate-0 -m 'Release 
v1.X.0-incubating-candidate-0'
+git tag -u [email protected] v1.X.0-incubating-candidate-1 -m 'Release 
v1.X.0-incubating-candidate-1'
 
 # Push both the branch and the tag to Github repo
 git push origin branch-1.X
-git push origin v1.X.0-incubating-candidate-0
+git push origin v1.X.0-incubating-candidate-1
 ```
 
 #### 3. Build and inspect the artifacts
@@ -108,11 +108,11 @@ repository for staging.
 svn co https://dist.apache.org/repos/dist/dev/incubator/pulsar pulsar-dist-dev
 cd svn pulsar-dist-dev
 
-# '-candidate-0' needs to be incremented in case of multiple iteration in 
getting
+# '-candidate-1' needs to be incremented in case of multiple iteration in 
getting
 #    to the final release)
-svn mkdir pulsar-1.X.0-incubating-candidate-0
+svn mkdir pulsar-1.X.0-incubating-candidate-1
 
-cd pulsar-1.X.0-incubating-candidate-0
+cd pulsar-1.X.0-incubating-candidate-1
 cp /path/to/apachepulsar-1.X.0-incubating-src.tar.gz .
 cp /path/to/apachepulsar-1.X.0-incubating-bin.tar.gz .
 
@@ -188,14 +188,14 @@ Note that we are voting upon the source (tag), binaries 
are provided for
 convenience.
 
 Source and binary files:
-https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.X.0-incubating-candidate-0/
+https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.X.0-incubating-candidate-1/
 
 Maven staging repo:
 https://repository.apache.org/content/repositories/orgapachepulsar-169/
 
 The tag to be voted upon:
-v1.X.0-incubating-candidate-0 (21f4a4cffefaa9391b79d79a7849da9c539af834)
-https://github.com/apache/incubator-pulsar/releases/tag/v1.X.0-incubating-candidate-0
+v1.X.0-incubating-candidate-1 (21f4a4cffefaa9391b79d79a7849da9c539af834)
+https://github.com/apache/incubator-pulsar/releases/tag/v1.X.0-incubating-candidate-1
 
 Pulsar's KEYS file containing PGP keys we use to sign the release:
 https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS
@@ -240,7 +240,7 @@ git push origin v1.X.0-incubating
 
 Promote the artifacts on the release location:
 ```shell
-svn move 
https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.X.0-incubating-candidate-0
 \
+svn move 
https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.X.0-incubating-candidate-1
 \
          
https://dist.apache.org/repos/dist/release/incubator/pulsar/pulsar-1.X.0-incubating
 ```
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to