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

mmerli 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 17994a1  Updated Release process (markdown)
17994a1 is described below

commit 17994a10d0c899b3fcac2d740ab7cf9b6cd4ba40
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Jun 27 13:14:18 2018 -0700

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

diff --git a/Release-process.md b/Release-process.md
index 24b066c..351c253 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -88,6 +88,10 @@ After the build, there will be 2 generated artifacts:
 Inspect the artifacts:
  * Unpack both of them
  * 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
+      ```
  * Run Apache RAT to verify the license headers in the `src` package:
  ```shell
  mvn apache-rat:check

Reply via email to