francisoliverlee commented on a change in pull request #103: URL: https://github.com/apache/rocketmq-site/pull/103#discussion_r736179124
########## File path: _docs/08-release-manual.md ########## @@ -97,12 +97,66 @@ Now, the candidate release artifacts can be found in the [Nexus staging repo](ht **Tips:** If you are performing a source-only release, please remove all artifacts from the staging repo besides the .zip file containing the source and the javadocs jar file. In the Nexus GUI, you can right click on each artifact to be deleted and then select `Delete`. -#### 2.3 Checkout release branch -Checkout a new branch from the target branch(master or develop) according to the release tag with its name equal to the release version, like `release-4.5.0`. +#### 2.3 Checkout release branch, build rc files and self-verify them +- build rc files +Checkout a new branch from the target branch(master or develop) according to the release tag with its name equal to the release version, like `release-4.5.0`. +build source and binary file by <a href="https://rocketmq.apache.org/docs/quick-start/" target="_blank">quick-start</a> and sign&hash them, at last you would get files like: +> rocketmq-all-x1.x2.x3-bin-release.zip +> rocketmq-all-x1.x2.x3-bin-release.zip.asc +> rocketmq-all-x1.x2.x3-bin-release.zip.sha512 +> rocketmq-all-x1.x2.x3-source-release.zip +> rocketmq-all-x1.x2.x3-source-release.zip.asc +> rocketmq-all-x1.x2.x3-source-release.zip.sha512 Review comment: updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
