-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: incorrect author attribution when base branch is force pushed #133
Comments
Do you have an example PR for which it happened? |
I think the issue might be on the @targos this one nodejs/node#44256 |
I don't believe changelog-maker even looks at co-authors. commit-stream (which we're using) does parse them (since nodejs/commit-stream#4) but puts them in an changelog-maker/commit-to-output.js Line 82 in 1462378
changelog-maker/commit-to-output.js Line 105 in 1462378
|
I don't think this is related to our tooling. The PR author probably did a mistake when they rebased. |
Okay, I can close then. |
When a changelog is generated, there is an instance when the incorrect author is listed.
Steps for reproduction:
Expected result:
When the changelog is generated, the commit author should be listed as the author.
The text was updated successfully, but these errors were encountered: