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


##########
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:
   Oh, sorry. I didn't know that `tac` doesn't exist on macOS.
   
   Let's remove this entirely. It's just for removing old releases from older 
to newer.



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