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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b60d7f132ad Fix shell suffix (#369)
b60d7f132ad is described below

commit b60d7f132ad3a31f373d97afd63a497c14a14d07
Author: Jiwei Guo <[email protected]>
AuthorDate: Mon Jan 9 21:27:12 2023 +0800

    Fix shell suffix (#369)
---
 contribute/release-process.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index b26a08db8de..b9083c3787e 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -118,8 +118,8 @@ After the build, you should find the following tarballs, 
zip files, and the conn
 * `distribution/server/target/apache-pulsar-2.X.0-bin.tar.gz`
 * `target/apache-pulsar-2.X.0-src.tar.gz`
 * `distribution/offloaders/target/apache-pulsar-offloaders-2.X.0-bin.tar.gz`
-* `distribution/shell/target/apache-pulsar-shell-2.X.0-shell.tar.gz`
-* `distribution/shell/target/apache-pulsar-shell-2.X.0-shell.zip`
+* `distribution/shell/target/apache-pulsar-shell-2.X.0-bin.tar.gz`
+* `distribution/shell/target/apache-pulsar-shell-2.X.0-bin.zip`
 * directory `distribution/io/target/apache-pulsar-io-connectors-2.x.0-bin`
 
 :::note
@@ -156,7 +156,7 @@ The C++ client is now developing in a [separated 
repo](https://github.com/apache
 First, check that the `LICENSE` and `NOTICE` files cover all included jars for 
the bin package. You can use script to cross-validate `LICENSE` file with 
included jars:
 
 ```shell
-src/check-binary-license 
distribution/server/target/apache-pulsar-2.x.0-bin.tar.gz
+src/check-binary-license.sh 
distribution/server/target/apache-pulsar-2.x.0-bin.tar.gz
 ```
 
 Then, run Apache RAT to verify the license headers in the src package:

Reply via email to