This is an automated email from the ASF dual-hosted git repository.

lhotari 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 888c66281559 Update release-process.md
888c66281559 is described below

commit 888c6628155949a22e65d089273546b8f6eabc02
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Mar 8 04:01:47 2024 -0800

    Update release-process.md
---
 contribute/release-process.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index 54a3883c6dce..24d9f39e8181 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -393,7 +393,7 @@ echo 
https://github.com/apache/pulsar/releases/tag/v${VERSION_WITHOUT_RC}
 6. Unselect "Set as the latest release" (that should be only selected for the 
actual latest release of Pulsar)
 7. Click "Publish release".  
 
-The [Writing release notes](release-note-guide.md) guide should be followed to 
generate a proper release notes.
+The [Writing release notes](release-note-guide.md) guide should be followed to 
generate a proper release notes. That is covered in the "Update the document" 
section.
 
 
 ### Release the artifacts on SVN
@@ -408,7 +408,9 @@ svn move -m "Release Apache Pulsar $VERSION_WITHOUT_RC" \
 
 ### Release Maven modules
 
-Promote the Maven staging repository for release. Login to 
`https://repository.apache.org` and select the staging repository associated 
with the RC candidate that was approved. The naming will be like 
`orgapachepulsar-XYZ`. Select the repository and click on "Release". Artifacts 
will now be made available on Maven central.
+Promote the Maven staging repository for release. Login to 
https://repository.apache.org and select the staging repository associated with 
the RC candidate that was approved.
+Double check the staging repository name from the release vote email.
+Select the repository and click on "Release". Artifacts will now be made 
available on Maven central.
 
 ### Release Docker images
 
@@ -439,6 +441,8 @@ Ensure that newer than 3.x images support both amd64 and 
arm64. Older 2.x images
 
 This step is for the latest release only.
 
+:::
+
 ```
 docker tag apachepulsar/pulsar:$VERSION_WITHOUT_RC apachepulsar/pulsar:latest
 docker push apachepulsar/pulsar:latest

Reply via email to