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 e57fec2 Updated Release process (markdown)
e57fec2 is described below
commit e57fec23e1d37e21a1bcf607810bb8214478a837
Author: tuteng <[email protected]>
AuthorDate: Tue Nov 12 15:26:31 2019 +0800
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 a55276d..2e60ac2 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -60,7 +60,7 @@ git push origin v0.X.0-candidate-1
Generate a jar package for the backend.
```
-$ ./gradlew build
+$ ./gradlew clean distTar
```
Generate a dist file for the frontend.