tisonkun commented on code in PR #129:
URL: https://github.com/apache/datasketches-rust/pull/129#discussion_r3258435185


##########
RELEASE.md:
##########
@@ -184,11 +178,9 @@ Go to https://github.com/apache/datasketches-rust/releases 
and draft a new relea
    ./createDownloadsInclude.sh /path/to/datasketches-website
    ```
 
-2. **Clean up old releases** from dist (keep only latest):
+2. **Clean up old releases** from dist (keep only the latest):
    ```bash
-   cd ~/apache/dist/release/datasketches
-   svn rm rust/0.2.0
-   svn commit -m "Archive old release 0.2.0"
+   svn rm https://dist.apache.org/repos/dist/release/datasketches/rust/0.2.0/ 
-m "Archive old release datasketches-rust 0.2.0"

Review Comment:
   Better command. Actually we can use similar oneliner for SVN release, like 
what I do:
   
   ```
   svn mv https://dist.apache.org/repos/dist/dev/datasketches/rust/0.3.0-rc.2/ 
https://dist.apache.org/repos/dist/release/datasketches/rust/0.3.0/ -m "Release 
datasketches-rust 0.3.0"
   ```
   
   instead of `./moveDevToRelease.sh rust 0.3.0-rc.1 0.3.0`.
   
   cc @leerho 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to