git-hulk commented on code in PR #58:
URL: 
https://github.com/apache/incubator-kvrocks-website/pull/58#discussion_r1114414402


##########
community/create-a-release.md:
##########
@@ -395,12 +395,6 @@ We will proceed with publishing the approved artifacts and 
sending out the annou
 svn mv 
https://dist.apache.org/repos/dist/dev/incubator/kvrocks/${release_version} 
https://dist.apache.org/repos/dist/release/incubator/kvrocks/${release_version} 
-m "Release ${release_version}"
 ```
 
-### Delete artifacts in SVN DEV branch
-
-```shell
-svn delete 
https://dist.apache.org/repos/dist/dev/incubator/kvrocks/${release_version} -m 
"Delete staging ${release_version} artifacts"

Review Comment:
   @tisonkun The previous step uses the `move` command instead of the copy, so 
this delete command is unused instead.
   
   `svn mv 
https://dist.apache.org/repos/dist/dev/incubator/kvrocks/${release_version} 
https://dist.apache.org/repos/dist/release/incubator/kvrocks/${release_version} 
-m "Release ${release_version}"`



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