Skip to content

Commit b8615de

Browse files
authored
Update release process doc (#448)
1 parent d222a4c commit b8615de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release-process.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ $ svn mv -m 'Release Pulsar Node.js client 1.X.0' \
240240
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-node/pulsar-client-node-1.X.0-rc.1 \
241241
https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/pulsar-client-node-1.X.0
242242

243-
# Remove the old releases (if any)
243+
# Remove the last old releases (if any)
244244
# We only need the latest release there, older releases are available through the Apache archive
245245
$ svn rm -m 'Remove the old release' \
246246
https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-node/pulsar-client-node-1.Y.0
@@ -278,7 +278,8 @@ guaranteed at-least-once delivery of messages, automatic cursor management for
278278
subscribers, and cross-datacenter replication.
279279
280280
For Pulsar Node.js client release details and downloads, visit:
281-
https://www.npmjs.com/package/pulsar-client
281+
- https://pulsar.apache.org/download/#pulsar-nodejs-client
282+
- https://www.npmjs.com/package/pulsar-client
282283
283284
Release Notes are at:
284285
https://github.com/apache/pulsar-client-node/releases

0 commit comments

Comments
 (0)