This is an automated email from the ASF dual-hosted git repository.
zhaijia 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 6aa19ee Updated Release process (markdown)
6aa19ee is described below
commit 6aa19ee7a3f2f88438beed5611afd4ca96693bb8
Author: Jia Zhai <[email protected]>
AuthorDate: Fri Aug 30 13:02:08 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 e5e2520..037b131 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -347,6 +347,7 @@ cd site2/website
3. Cut a new version of the documentation.
```shell
+yarn install
yarn run version <release-version>
```