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

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


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

commit 0615b80a131af654ecd6abcbdb451196790cde59
Author: tuteng <[email protected]>
AuthorDate: Tue Nov 5 20:15:36 2019 +0800

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

diff --git a/Release-process.md b/Release-process.md
index 15c2883..8d834a8 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -57,10 +57,14 @@ git push origin v0.X.0-candidate-1
 
 3. Build and inspect an artifact.
 
+Generate src package.
+```
+tar -czvf apache-pulsar-manager-0.X.0-candidate-1-src.tar.gz .
+```
+
 Generate a jar package for the backend.
 
 ```
-tar -czvf apache-pulsar-manager-0.X.0-candidate-1-src.tar.gz .
 $ ./gradlew build
 ```
 

Reply via email to