ianmcook commented on a change in pull request #10774:
URL: https://github.com/apache/arrow/pull/10774#discussion_r678376985
##########
File path: dev/release/post-03-website.sh
##########
@@ -55,14 +57,37 @@ rough_n_development_months=$((
git_tag=apache-arrow-${version}
git_range=apache-arrow-${previous_version}..${git_tag}
-committers_command_line="git shortlog -csn ${git_range}"
-contributors_command_line="git shortlog -sn ${git_range}"
-
-committers=$(${committers_command_line})
-contributors=$(${contributors_command_line})
+directories=("${ARROW_DIR}" "${ARROW_RS_DIR}")
Review comment:
Per Nic, It seems like the `arrow-datafusion` releases will not
necessarily be in sync with the `arrow` and `arrow-rs` releases, so we should
leave DataFusion out of this for now and revisit later as noted in the `TODO`
comments.
--
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]