Skip to content

Commit

Permalink
ARROW-7708: [Developer][Release] Include PARQUET issues in release ch…
Browse files Browse the repository at this point in the history
…angelogs by scraping git history

I wrote logic in dev/release/changelog.py that does the following:

* Gets commit descriptions between the last major release and the new release version from `git log`
* Uses the `$PROJECT-$key` strings to select from parquet-cpp issues returned by the JIRA API
* These "Resolved as of the last Arrow release" Parquet issues are included in the changelog

I updated the changelogs back to 0.12.0 which was the first major release (I think) after the monorepo merge was completed. It might be nice to also update the changelogs on the website

Closes apache#6722 from wesm/ARROW-7708

Authored-by: Wes McKinney <[email protected]>
Signed-off-by: Wes McKinney <[email protected]>
  • Loading branch information
wesm committed Mar 26, 2020
1 parent 8a5b4bb commit b1a69cf
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 79 deletions.
Loading

0 comments on commit b1a69cf

Please sign in to comment.