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 ce77221 Updated Release process (markdown)
ce77221 is described below
commit ce77221cf35136bd6c3a2989ed0e5812cddbc507
Author: tuteng <[email protected]>
AuthorDate: Tue Nov 12 16:33:28 2019 +0800
Updated Release process (markdown)
---
Release-process.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/Release-process.md b/Release-process.md
index 2e60ac2..68ee8ef 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -74,10 +74,13 @@ $ npm run build:prod
Generate a release candidate package.
```
-$ mkdir -p temp-release
+$ mkdir -p temp-release temp-release/pulsar-manager
$ cd temp-release
-$ cp -r ../build/libs/pulsar-manager.jar ../front-end/dist .
-$ tar -czvf apache-pulsar-manager-0.X.0-candidate-1-bin.tar.gz
pulsar-manager.jar dist/*
+$ cp ../distribution/LICENSE.bin.txt pulsar-manager/LICENSE
+$ cp ../distribution/NOTICE.bin.txt pulsar-manager/NOTICE
+$ cp -r ../distribution/licenses pulsar-manager/
+$ cp -r ../build/distributions/pulsar-manager.tar ../front-end/dist
pulsar-manager
+$ tar -czvf apache-pulsar-manager-0.X.0-candidate-1-bin.tar.gz
pulsar-manager.tar pulsar-manager
```
4. Sign and stage the artifacts