paleolimbot commented on code in PR #767: URL: https://github.com/apache/arrow-nanoarrow/pull/767#discussion_r2196568288
########## dev/release/README.md: ########## @@ -538,13 +482,14 @@ The Apache Arrow Community ### Remove old artifacts from SVN These artifacts include any release candidates that were uploaded to -<https://dist.apache.org/repos/dist/dev/arrow/> and old releases that -were upload to -<https://dist.apache.org/repos/dist/release/arrow/>. You can remove -them using: +<https://dist.apache.org/repos/dist/dev/arrow/>. You can remove them +using: ``` -dev/release/post-02-remove-old-artifacts.sh +# Once +export APACHE_USERNAME=xxx +# Once for every release candidate +svn rm --username=$APACHE_USERNAME -m "Clean up svn artifacts" https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-nanoarrow-0.7.0-rc0/ Review Comment: So sorry! I'll remove the artifacts tomorrow 🤦 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org