amoeba commented on code in PR #47250:
URL: https://github.com/apache/arrow/pull/47250#discussion_r2251825374


##########
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:
   I don't see how it could be, I left it in just in case there was a reason 
`tac` was added in the first place.



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

Reply via email to