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 37a273a Updated Release process (markdown)
37a273a is described below
commit 37a273a3a18353ea745f76aef9edc7c157cb419b
Author: tuteng <[email protected]>
AuthorDate: Tue Nov 5 20:14:25 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 4bc5964..15c2883 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -60,6 +60,7 @@ git push origin v0.X.0-candidate-1
Generate a jar package for the backend.
```
+tar -czvf apache-pulsar-manager-0.X.0-candidate-1-src.tar.gz .
$ ./gradlew build
```