andygrove opened a new issue, #2200: URL: https://github.com/apache/datafusion-comet/issues/2200
### Describe the bug I am trying to generate a changelog for 0.9.1 release. I am on `branch-0.9`: ``` commit 2bf3dd1f1433ccc6597fbd6a39c8af070ce08c8f (HEAD -> prep-0.9.1-rc1, apache/branch-0.9, branch-0.9) Author: Andy Grove <[email protected]> Date: Tue Aug 19 13:12:50 2025 -0600 fix: [branch-0.9] Backport FFI fix (#2164) commit 1c462bc6c41b05e69b0ea7dd658e135648deff6c (tag: 0.9.0-rc2, tag: 0.9.0, upstream/branch-0.9) Author: Andy Grove <[email protected]> Date: Tue Jul 1 09:56:41 2025 -0600 ``` I ran the following command: ```shell python3 generate-changelog.py 0.9.0 HEAD 0.9.1 > ../changelog/0.9.1.md ``` It produced a changelog showing all commits in the `main` branch but also stated that there was one commit from one contributor, and that part was correct. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
