This is an automated email from the ASF dual-hosted git repository. baodi pushed a commit to branch shibd-patch-2 in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit ca51f18153219a22c0a9d4b0094c06071cb41d59 Author: Baodi Shi <[email protected]> AuthorDate: Tue Dec 30 09:38:25 2025 +0800 Update release process doc --- docs/release-process.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/release-process.md b/docs/release-process.md index d30f7a0..765e985 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -240,7 +240,7 @@ $ svn mv -m 'Release Pulsar Node.js client 1.X.0' \ https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-node/pulsar-client-node-1.X.0-rc.1 \ https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/pulsar-client-node-1.X.0 -# Remove the old releases (if any) +# Remove the last old releases (if any) # We only need the latest release there, older releases are available through the Apache archive $ svn rm -m 'Remove the old release' \ https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/pulsar-client-node-1.Y.0 @@ -270,7 +270,7 @@ Send an email on these lines: To: [email protected], [email protected], [email protected] Subject: [ANNOUNCE] Apache Pulsar Node.js client 1.X.0 released -The Apache Pulsar team is proud to announce Apache Pulsar Node.js client version 1.X.0. +The Apache Pulsar team is proud to announce Apache Pulsar Node.js client version 1.16.0. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, @@ -278,7 +278,8 @@ guaranteed at-least-once delivery of messages, automatic cursor management for subscribers, and cross-datacenter replication. For Pulsar Node.js client release details and downloads, visit: -https://www.npmjs.com/package/pulsar-client +- https://pulsar.apache.org/download/#pulsar-nodejs-client +- https://www.npmjs.com/package/pulsar-client Release Notes are at: https://github.com/apache/pulsar-client-node/releases
