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

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


The following commit(s) were added to refs/heads/master by this push:
     new 38af2f339e1 [fix][build] Include Pulsar shell in the released 
artifacts (#18583)
38af2f339e1 is described below

commit 38af2f339e13e5e206b5681c746257b9ad1de437
Author: Nicolò Boschi <[email protected]>
AuthorDate: Thu Nov 24 03:35:13 2022 +0100

    [fix][build] Include Pulsar shell in the released artifacts (#18583)
---
 src/stage-release.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/stage-release.sh b/src/stage-release.sh
index 0057ac6a7fd..d9911e520a3 100755
--- a/src/stage-release.sh
+++ b/src/stage-release.sh
@@ -35,6 +35,8 @@ popd
 cp $PULSAR_PATH/target/apache-pulsar-$VERSION-src.tar.gz $DEST_PATH
 cp $PULSAR_PATH/distribution/server/target/apache-pulsar-$VERSION-bin.tar.gz 
$DEST_PATH
 cp 
$PULSAR_PATH/distribution/offloaders/target/apache-pulsar-offloaders-$VERSION-bin.tar.gz
 $DEST_PATH
+cp 
$PULSAR_PATH/distribution/shell/target/apache-pulsar-shell-$VERSION-shell.tar.gz
 $DEST_PATH
+cp 
$PULSAR_PATH/distribution/shell/target/apache-pulsar-shell-$VERSION-shell.zip 
$DEST_PATH
 
 cp -r 
$PULSAR_PATH/distribution/io/target/apache-pulsar-io-connectors-$VERSION-bin 
$DEST_PATH/connectors
 

Reply via email to