alamb commented on a change in pull request #1467:
URL: https://github.com/apache/arrow-rs/pull/1467#discussion_r834615415
##########
File path: dev/release/release-tarball.sh
##########
@@ -68,5 +71,9 @@ svn ci -m "Apache Arrow Rust ${version}" ${tmp_dir}/release
echo "Clean up"
rm -rf ${tmp_dir}
-echo "Success! The release is available here:"
+echo "Success!"
+echo "The release is available here:"
echo " https://dist.apache.org/repos/dist/release/arrow/${release_version}"
+
+echo "Clean up old versions from svn"
+(cd "${SOURCE_TOP_DIR}" && ./dev/release/remove-old-releases.sh)
Review comment:
I don't have any good reason. Are you suggesting something like?
```suggestion
"${SOURCE_TOP_DIR}"/dev/release/remove-old-releases.sh
```
--
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]