This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit bde4542c46c361ad94f8489ff2dd801bbcf892e7 Author: tison <[email protected]> AuthorDate: Tue Jan 9 10:22:09 2024 +0800 [improve][docs] release-process wording --- contribute/release-process.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contribute/release-process.md b/contribute/release-process.md index b7d844c133d1..12a25fb74700 100644 --- a/contribute/release-process.md +++ b/contribute/release-process.md @@ -114,7 +114,6 @@ mvn clean install -DskipTests After the build, you should find the following tarballs, zip files, 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` * `distribution/shell/target/apache-pulsar-shell-2.X.0-bin.tar.gz` * `distribution/shell/target/apache-pulsar-shell-2.X.0-bin.zip`
