This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new fc68fd96618 [fix][build] Include Pulsar shell in the released
artifacts (#18583)
fc68fd96618 is described below
commit fc68fd96618f92a7cac6a538bd8d3ac8f9a7f3dc
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