regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
74 stars 33 forks source link

update num_commits to account for multiple aliases per email #266

Closed dholth closed 1 year ago

dholth commented 1 year ago

Rever counted contributions twice in a mailmap like this one https://github.com/conda/conda-package-handling/blob/main/.mailmap#L41

Fix by using set(email addressses) to count contributions.

Fixes #265

saraedum commented 1 year ago

Thanks for the contribution. Could you add news for this change?

And if it's easy to do, please also add a test.

dholth commented 1 year ago

Don't know how to add a test, here's a news item.