[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-09-17 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository.

jerrypeng 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 faa092f  Updated Release process (markdown)
faa092f is described below

commit faa092f765b91901991e9c08073d4e6910bd0024
Author: Boyang Jerry Peng 
AuthorDate: Mon Sep 17 15:35:37 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 3f1d1dd..0bf3005 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -327,6 +327,7 @@ $ twine upload pulsar_client-*.whl
 > - [VirtualBox](https://www.virtualbox.org/)
 > - [VirtualBox Extension Pack]
 > - [Vagrant](https://www.vagrantup.com/)
+> - [Vagrant-scp](https://github.com/invernizzi/vagrant-scp)
 >
 > And make sure your laptop have enough disk spaces (> 30GB) since the build 
 > scripts
 > will download MacOS images, launch them in VirtualBox and build the python



[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-09-06 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository.

jerrypeng 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 eeb3fdd  Updated Release process (markdown)
eeb3fdd is described below

commit eeb3fdd20a183774ce3a6715dae03d662ef14c44
Author: Boyang Jerry Peng 
AuthorDate: Thu Sep 6 15:16:05 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 9ee909a..3f1d1dd 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -86,8 +86,8 @@ mvn install
 
 After the build, there will be 2 generated artifacts:
 
- * `distribution/target/apache-pulsar-1.X.0-incubating-bin.tar.gz`
- * `distribution/target/apache-pulsar-1.X.0-incubating-src.tar.gz`
+ * `distribution/server/target/apache-pulsar-1.X.0-incubating-bin.tar.gz`
+ * `distribution/server/target/apache-pulsar-1.X.0-incubating-src.tar.gz`
 
 Inspect the artifacts:
  * Unpack both of them



[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-09-06 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository.

jerrypeng 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 1ad7ec9  Updated Release process (markdown)
1ad7ec9 is described below

commit 1ad7ec96dadaa3747ef7338783e64334b1ad3a32
Author: Boyang Jerry Peng 
AuthorDate: Thu Sep 6 15:14:58 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index d31e532..9ee909a 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -86,8 +86,8 @@ mvn install
 
 After the build, there will be 2 generated artifacts:
 
- * `all/target/apache-pulsar-1.X.0-incubating-bin.tar.gz`
- * `all/target/apache-pulsar-1.X.0-incubating-src.tar.gz`
+ * `distribution/target/apache-pulsar-1.X.0-incubating-bin.tar.gz`
+ * `distribution/target/apache-pulsar-1.X.0-incubating-src.tar.gz`
 
 Inspect the artifacts:
  * Unpack both of them



[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-08-03 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie 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 2572c8f  Updated Release process (markdown)
2572c8f is described below

commit 2572c8f4b73b3ee2529280c5cba683b7309ad7fd
Author: Sijie Guo 
AuthorDate: Fri Aug 3 17:35:43 2018 -0700

Updated Release process (markdown)
---
 Release-process.md | 118 +++--
 1 file changed, 97 insertions(+), 21 deletions(-)

diff --git a/Release-process.md b/Release-process.md
index c865e85..39c5047 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -280,37 +280,109 @@ select the staging repository associated with the RC 
candidate that was approved
 will be like `orgapachepulsar-XYZ`. Select the repository and click on 
"Release". Artifacts 
 will now be made available on Maven central.
 
- 11. Update the site
+ 11. Publish Docker Images
 
-Copy the `latest` documentation into a version specific folder.
+- a) Trigger the 
[pulsar-release-binaries](https://builds.apache.org/job/pulsar-release-binaries/)
 with the tag name.
+- b) once it is done, check https://hub.docker.com/r/apachepulsar/pulsar/tags/ 
to make sure the docker image is published.
+- c) try to run `docker pull apachepulsar/pulsar:` to fetch the image, 
run the docker in standalone mode and make sure the docker image is okay.
+
+ 12. Publish Python Clients
+
+> # NOTES:
+> 
+> 1. you need to create an account on PyPI: 
https://pypi.org/project/pulsar-client/
+>
+> 2. ask Matteo or Sijie for adding you as a maintainer for pulsar-client on 
PyPI
+
+# Linux
+
+There is a script that builds and packages the Python client inside Docker 
images.
+
+> make sure you run following command at the release tag!!
 
 ```shell
-git checkout -b asf-site origin/asf-site
-cd content/docs
-cp -r latest v1.X.0-incubating
-git add v1.X.0-incubating
-git commit -m 'Copying generated documentation for v1.X.0-incubating'
-git push origin asf-site
+$ pulsar-client-cpp/docker/build-wheels.sh
 ```
 
-In `master` branch, update the site configuration to add the new version.
+The wheel files will be left under `pulsar-client-cpp/python/wheelhouse`. Make 
sure all the files has `manylinux` in the filenames. Otherwise those files will 
not be able to upload to PyPI.
 
-In `site/_config.yml` :
+Run following command to push the built wheel files.
 
-```yaml
-# ...
-current_version: 1.X.0-incubating
-archived_releases:
-- 1.19.0-incubating
-- 1.20.0-incubating
-...
-- 1.Y.0-incubating
-# ...
+```shell
+$ cd pulsar-client-cpp/python/wheelhouse
+
+$ twine upload pulsar_client-*.whl
 ```
 
-Commit the config change and submit a PR on Github.
+# MacOS
+
+> ## NOTES
+>
+> You need to install following softwares before proceeding:
+>
+> - [VirtualBox](https://www.virtualbox.org/)
+> - [VirtualBox Extension Pack]
+> - [Vagrant](https://www.vagrantup.com/)
+>
+> And make sure your laptop have enough disk spaces (> 30GB) since the build 
scripts
+> will download MacOS images, launch them in VirtualBox and build the python
+> scripts.
+
+Build the python scripts.
 
- 12. Announce the release
+```shell
+$ cd pulsar-client-cpp/python/pkg/osx/
+$ ./generate-all-wheel.sh
+```
+
+The wheel files will be generated at each platform directory under 
`pulsar-client-cpp/python/pkg/osx/`.
+Then you can run `twin upload` to upload those wheel files.
+
+If you don't have enough spaces, you can build the python wheel file platform 
by platform and remove the images under `~/.vagrant.d/boxes` between each run.
+
+ 13. Update release notes
+
+Follow [this example](https://github.com/apache/incubator-pulsar/pull/2292) to 
add the release notes there.
+
+ 14. Update the site
+
+> the website update always happen under `master` branch.
+
+1. Create a new branch off master
+
+```shell
+git checkout -b doc_release_
+```
+
+2. Go to the website directory
+
+```shell
+cd site2/website
+```
+
+3. Cut a new version of the documentation.
+
+```shell
+yarn run version 
+```
+
+After this command, a directory `version-` will be added 
under `site2/website/versioned_docs`. Then,
+
+```shell
+git add versioned_docs/version-
+```
+
+4. Update `releases.json` file to add `` to the top of the 
list.
+
+5. Update `Feature Matrix` section the the clients page 
`versioned_docs/version-/getting-started-clients.md` to make 
it in-sync with the features available in the released version.
+
+6. Send out a PR request for review.
+
+7. Once the PR is approved and merged to master, trigger the 
[pulsar-website-build](https://builds.apache.org/job/pulsar-website-build/).
+
+8. Once the build is done, the new website should be automatically published. 
Open https://pulsar.apache.org in your browsers to verify all the changes are 
alive.
+
+ 15. Announce the release
 
 

[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-07-19 Thread sijie
This is an automated email from the ASF dual-hosted git repository.

sijie 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 8265b8d  Updated Release process (markdown)
8265b8d is described below

commit 8265b8d74e1162349e4bfff394f4a4dfa359b146
Author: Sijie Guo 
AuthorDate: Thu Jul 19 13:56:46 2018 -0700

Updated Release process (markdown)
---
 Release-process.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Release-process.md b/Release-process.md
index 351c253..c865e85 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -90,7 +90,7 @@ Inspect the artifacts:
  * Check that the `LICENSE` and `NOTICE` files cover all included jars 
(especially for the -bin package)
- Use script to cross-validate `LICENSE` file with included jars: 
   ```
-  src/check-binary-license 
all/target/apache-pulsar-1.X.0-incubating-bin.tar.gz
+  src/check-binary-license 
distribution/server/target/apache-pulsar-1.x.0-incubating-bin.tar.gz
   ```
  * Run Apache RAT to verify the license headers in the `src` package:
  ```shell
@@ -101,6 +101,8 @@ Inspect the artifacts:
  bin/pulsar standalone
  ```
 
+* Use instructions in 
[Release-Candidate-Validation](Release-Candidate-Validation) to do some sanity 
checks on the produced binary distributions.
+
 # 3.1. Build RPM and DEB packages
 
 ```shell



[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-06-27 Thread mmerli
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 17994a1  Updated Release process (markdown)
17994a1 is described below

commit 17994a10d0c899b3fcac2d740ab7cf9b6cd4ba40
Author: Matteo Merli 
AuthorDate: Wed Jun 27 13:14:18 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 24b066c..351c253 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -88,6 +88,10 @@ After the build, there will be 2 generated artifacts:
 Inspect the artifacts:
  * Unpack both of them
  * Check that the `LICENSE` and `NOTICE` files cover all included jars 
(especially for the -bin package)
+   - Use script to cross-validate `LICENSE` file with included jars: 
+  ```
+  src/check-binary-license 
all/target/apache-pulsar-1.X.0-incubating-bin.tar.gz
+  ```
  * Run Apache RAT to verify the license headers in the `src` package:
  ```shell
  mvn apache-rat:check



[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-06-14 Thread mmerli
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 3e65237  Updated Release process (markdown)
3e65237 is described below

commit 3e65237628c5fc619ea9766dda414c1dec57d78d
Author: Matteo Merli 
AuthorDate: Thu Jun 14 16:41:45 2018 -0700

Updated Release process (markdown)
---
 Release-process.md | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Release-process.md b/Release-process.md
index 8fe06e2..35c1ee5 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -100,13 +100,16 @@ Inspect the artifacts:
  bin/pulsar standalone
  ```
 
-# 3.1. Build RPM packages
+# 3.1. Build RPM and DEB packages
 
 ```shell
 pulsar-client-cpp/pkg/rpm/docker-build-rpm.sh
+
+pulsar-client-cpp/pkg/deb/docker-build-deb.sh
 ```
 
-This will leave the RPM and YUM repo files in 
`pulsar-client-cpp/pkg/rpm/RPMS/x86_64` directory.
+This will leave the RPM/YUM and DEB repo files in 
`pulsar-client-cpp/pkg/rpm/RPMS/x86_64` and 
+`pulsar-client-cpp/pkg/deb/BUILD/DEB` directory.
 
  4. Sign and stage the artifacts
 

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-06-12 Thread jai1
This is an automated email from the ASF dual-hosted git repository.

jai1 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 0d12687  Updated Release process (markdown)
0d12687 is described below

commit 0d126872fe8163868832cfdd4d521992cdec5c51
Author: Jai Asher 
AuthorDate: Tue Jun 12 17:53:46 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 15af5c5..9456cc3 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -231,7 +231,7 @@ Subject: [VOTE] Pulsar Release 1.X.0-incubating Candidate 1
 
 ```
 
-Add a link to the dev@ vote thread, you can get that through lists.apache.org
+Add a link to the dev@ vote thread, you can get that through 
https://lists.apache.org/
 
 As before, the vote should be open for at least 72 hours and it should get at 
least 3 binding +1s
 from Incubator PMC members.

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-06-12 Thread jai1
This is an automated email from the ASF dual-hosted git repository.

jai1 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 985f12f  Updated Release process (markdown)
985f12f is described below

commit 985f12f14cb2c3ecc1725a4d20a4578209207272
Author: Jai Asher 
AuthorDate: Tue Jun 12 10:25:36 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 58fae27..15af5c5 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -231,6 +231,8 @@ Subject: [VOTE] Pulsar Release 1.X.0-incubating Candidate 1
 
 ```
 
+Add a link to the dev@ vote thread, you can get that through lists.apache.org
+
 As before, the vote should be open for at least 72 hours and it should get at 
least 3 binding +1s
 from Incubator PMC members.
 

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-05-02 Thread mmerli
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 96b1a85  Updated Release process (markdown)
96b1a85 is described below

commit 96b1a8597d3b97b37c6b0fe969056f4f609434c9
Author: Matteo Merli 
AuthorDate: Tue May 1 23:57:33 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 236030e..58fae27 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -154,6 +154,7 @@ We need to move master version to next iteration `X + 1`.
 ```
 git checkout master
 mvn versions:set -DnewVersion=1.Y.0-incubating-SNAPSHOT
+mvn versions:set -DnewVersion=1.Y.0-incubating-SNAPSHOT -pl buildtools
 
 git commit -m 'Bumped version to 1.Y.0-incubating-SNAPSHOT' -a
 ```

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-05-02 Thread mmerli
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 c837dc6  Updated Release process (markdown)
c837dc6 is described below

commit c837dc6a1b8ff1a237da454e095ff3621105ed38
Author: Matteo Merli 
AuthorDate: Tue May 1 23:11:30 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index dca54ef..236030e 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -61,6 +61,7 @@ be the final one.
 ```shell
 # Bump to the release version
 mvn versions:set -DnewVersion=1.X.0-incubating
+mvn versions:set -DnewVersion=1.X.0-incubating -pl buildtools/
 
 # Commit
 git commit -m 'Release 1.X.0-incubating' -a

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-04-27 Thread mmerli
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 e9cd947  Updated Release process (markdown)
e9cd947 is described below

commit e9cd9470b7c0e15a376620e567d76315c8f21752
Author: Matteo Merli 
AuthorDate: Thu Apr 26 23:25:49 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 4bb50ff..dca54ef 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -191,6 +191,11 @@ convenience.
 Source and binary files:
 
https://dist.apache.org/repos/dist/dev/incubator/pulsar/pulsar-1.X.0-incubating-candidate-1/
 
+SHA-1 checksums:
+
+028313cbbb24c5647e85a6df58a48d3c560aacc9  
apache-pulsar-1.X.0-incubating-SNAPSHOT-bin.tar.gz
+f7cc55137281d5257e3c8127e1bc7016408834b1  
apache-pulsar-1.x.0-incubating-SNAPSHOT-src.tar.gz
+
 Maven staging repo:
 https://repository.apache.org/content/repositories/orgapachepulsar-169/
 

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-04-26 Thread mmerli
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 8273d71  Updated Release process (markdown)
8273d71 is described below

commit 8273d71d778f77458919674ad006cd51a4cdec3a
Author: Matteo Merli 
AuthorDate: Thu Apr 26 22:16:20 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index df10932..4bb50ff 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -182,7 +182,8 @@ This is the first release candidate for Apache Pulsar, 
version 1.X.0-incubating.
 It fixes the following issues:
 https://github.com/apache/incubator-pulsar/milestone/8?closed=1
 
-*** Please download, test and vote by July 29th 2017, 10:00 GMT.
+*** Please download, test and vote on this release. This vote will stay open 
+for at least 72 hours ***
 
 Note that we are voting upon the source (tag), binaries are provided for
 convenience.

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-04-26 Thread mmerli
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 f2ad20e  Updated Release process (markdown)
f2ad20e is described below

commit f2ad20e0b8c5a9e989df71e51bcb0e5a15ed079c
Author: Matteo Merli 
AuthorDate: Thu Apr 26 22:13:45 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 52a0526..df10932 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -175,7 +175,7 @@ Send an email on the Pulsar Dev mailing list:
 
 ```
 To: d...@pulsar.incubator.apache.org
-Subject: [VOTE] Pulsar 1.X.0-incubating Release Candidate 0
+Subject: [VOTE] Pulsar Release 1.X.0-incubating Candidate 1
 
 This is the first release candidate for Apache Pulsar, version 
1.X.0-incubating.
 
@@ -219,7 +219,7 @@ Start a `VOTE` thread on the incubator mailing list:
 
 ```
 To: gene...@incubator.apache.org
-Subject: [VOTE] Pulsar 1.X.0-incubating Release Candidate 0
+Subject: [VOTE] Pulsar Release 1.X.0-incubating Candidate 1
 
 ```
 

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.


[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-04-26 Thread mmerli
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 
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 $u...@apache.org v1.X.0-incubating-candidate-0 -m 'Release 
v1.X.0-incubating-candidate-0'
+git tag -u $u...@apache.org 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
mme...@apache.org.