[
https://issues.apache.org/jira/browse/ARROW-12701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423833#comment-17423833
]
Nicola Crane commented on ARROW-12701:
--------------------------------------
I don't think we can get the name of who merged the commit via the git API and
it needs to be done via the GitHub API - something like:
* Get the closed PRs:
https://api.github.com/repos/apache/arrow/pulls?state=closed
* Get the merge_commit_sha from each PR (if there is none, it hasn't been
merged). e.g. ff59b5a489fda78505b7022ed51e838233b55504
* Go the the URL for this commit e.g.
https://api.github.com/repos/apache/arrow/git/commits/ff59b5a489fda78505b7022ed51e838233b55504
* Go to the commit in the parents field at position [0] - name and email will
be in the "author" field
> [Website][Release] Include Rust contributors, committers, and commits in
> release notes
> --------------------------------------------------------------------------------------
>
> Key: ARROW-12701
> URL: https://issues.apache.org/jira/browse/ARROW-12701
> Project: Apache Arrow
> Issue Type: Task
> Components: Website
> Reporter: Ian Cook
> Assignee: Nicola Crane
> Priority: Major
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Time Spent: 5h 20m
> Remaining Estimate: 0h
>
> For the 5.0.0 release, we should change the code in
> {{dev/releasepost-03-website.sh}} to include commits, contributors, and
> changes to the official {{apache/arrow-rs}} and {{apache/arrow-datafusion}}
> repos. This is import to ensure that the contributions to Rust, DataFusion,
> and Ballista are recognized in our release notes and blog posts going forward.
> [~alamb] [~andygrove] [~Dandandan] [~jorgecarleitao] could one of you take
> this on? Thank you
--
This message was sent by Atlassian Jira
(v8.3.4#803005)