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 177385f4c16 Include Pulsar shell in the release process (#302)
177385f4c16 is described below
commit 177385f4c1680a75c02c1c31e742822f25ecfb7e
Author: Nicolò Boschi <[email protected]>
AuthorDate: Thu Nov 24 09:53:22 2022 +0100
Include Pulsar shell in the release process (#302)
Co-authored-by: tison <[email protected]>
---
site2/website-next/contribute/release-process.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/site2/website-next/contribute/release-process.md
b/site2/website-next/contribute/release-process.md
index 5483c2d105c..96b97783980 100644
--- a/site2/website-next/contribute/release-process.md
+++ b/site2/website-next/contribute/release-process.md
@@ -115,12 +115,20 @@ For minor releases, the tag is like `2.3.1`.
mvn clean install -DskipTests
```
-After the build, there will be 4 generated artifacts:
+After the build, there will be 5 generated artifacts and the connectors
directory with all the Pulsar IO nar files:
* `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`
-* directory `distribution/io/target/apache-pulsar-io-connectors-2.x.0-bin`
contains all io connect nars
+* `distribution/shell/target/apache-pulsar-shell-2.X.0-shell.tar.gz`
+* `distribution/shell/target/apache-pulsar-shell-2.X.0-shell.zip`
+* directory `distribution/io/target/apache-pulsar-io-connectors-2.x.0-bin`
+
+:::note
+
+The _apache-pulsar-shell_ artifacts are distributed beginning with release
2.11.0.
+
+:::
Inspect the artifacts:
* Check that the `LICENSE` and `NOTICE` files cover all included jars for the
-bin package)