When a changelog is generated, there is an instance when the incorrect author is listed.
Steps for reproduction:
- commit author opens a pull request against a base branch
- a second person force pushes to base branch
- commit author rebases on base branch
- second person is added as a co-author on the commit
- when the changelog is generated, the second person that has been added as co-author is listed as the author
Expected result:
When the changelog is generated, the commit author should be listed as the author.