You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2019/08/21 01:56:27 UTC

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

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

massakam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.wiki.git


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

commit dad92d8a9388791f809f3ad64edb38950235d36d
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Wed Aug 21 10:56:26 2019 +0900

    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 52a78d6..4c46985 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -178,7 +178,7 @@ Bump to the release version and create the final git tag:
 
 ```sh
 $ git checkout branch-0.X
-$ git version minor
+$ npm version minor
 $ git push origin branch-0.X
 $ git push origin v0.X.0
 ```