This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 8265b8d Updated Release process (markdown)
8265b8d is described below
commit 8265b8d74e1162349e4bfff394f4a4dfa359b146
Author: Sijie Guo <[email protected]>
AuthorDate: Thu Jul 19 13:56:46 2018 -0700
Updated Release process (markdown)
---
Release-process.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Release-process.md b/Release-process.md
index 351c253..c865e85 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -90,7 +90,7 @@ Inspect the artifacts:
* Check that the `LICENSE` and `NOTICE` files cover all included jars
(especially for the -bin package)
- Use script to cross-validate `LICENSE` file with included jars:
```
- src/check-binary-license
all/target/apache-pulsar-1.X.0-incubating-bin.tar.gz
+ src/check-binary-license
distribution/server/target/apache-pulsar-1.x.0-incubating-bin.tar.gz
```
* Run Apache RAT to verify the license headers in the `src` package:
```shell
@@ -101,6 +101,8 @@ Inspect the artifacts:
bin/pulsar standalone
```
+* Use instructions in
[Release-Candidate-Validation](Release-Candidate-Validation) to do some sanity
checks on the produced binary distributions.
+
##### 3.1. Build RPM and DEB packages
```shell