raulcd commented on code in PR #47250: URL: https://github.com/apache/arrow/pull/47250#discussion_r2251294058
########## dev/release/post-08-remove-old-artifacts.sh: ########## @@ -43,7 +43,7 @@ old_releases=$( grep -E '^arrow-[0-9]' | \ sort --version-sort --reverse | \ tail -n +2 | \ - tac + sort --version-sort Review Comment: is the sort even relevant at this point? we are already filtering the last release and we have a list of releases to remove. -- 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]
