PragmaTwice commented on code in PR #315:
URL: https://github.com/apache/kvrocks-website/pull/315#discussion_r2278100165


##########
community/create-a-release.md:
##########
@@ -388,17 +372,36 @@ Thanks
 
 ### Publish artifacts to SVN RELEASE branch
 
+:::info
+
+SVN is required for this step.
+
+:::
+
+:::caution
+
+Updating release branch requires the permission of PMC member.
+If you are not a PMC member, please ask a PMC member to help you with this 
step.
+
+:::
+
 ```shell
 svn mv https://dist.apache.org/repos/dist/dev/kvrocks/${release_version} 
https://dist.apache.org/repos/dist/release/kvrocks/${release_version} -m 
"Release ${release_version}"
 ```
 
 ### Publish Docker images
 
-Copy the approved candidate docker images from your personal account to apache 
org:
+:::info
+
+Docker and Docker Buildx is required for this step. Docker Buildx should be 
bundled with Docker Desktop. If you don't use Docker Desktop, please follow the 
[installation guide](https://docs.docker.com/build/install-buildx/) to install 
it.
+
+:::
+
+Create a new tag for the release version and push it to Docker Hub:
 
 ```shell
-docker buildx imagetools create -t apache/kvrocks:${release_version} 
${your_dockerhub_username}/kvrocks:${release_version}
-docker buildx imagetools create -t apache/kvrocks:latest 
${your_dockerhub_username}/kvrocks:latest
+docker buildx imagetools create -t apache/kvrocks:${release_version} 
apache/kvrocks:nightly-${20xxxxxx}-v${release_version}-${commit_sha}
+docker buildx imagetools create -t apache/kvrocks:latest 
apache/kvrocks:nightly-${20xxxxxx}-v${release_version}-${commit_sha}

Review Comment:
   ```suggestion
   docker buildx imagetools create -t apache/kvrocks:${release_version} 
apache/kvrocks:nightly-${YYMMDD}-v${release_version}-${commit_sha}
   docker buildx imagetools create -t apache/kvrocks:latest 
apache/kvrocks:nightly-${YYMMDD}-v${release_version}-${commit_sha}
   ```



-- 
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]

Reply via email to