regro / rever

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

Authors check only shows one missing email address #207

Open takluyver opened 4 years ago

takluyver commented 4 years ago

Using rever with h5py, the authors check picked up someone who had contributed from two different email addresses, and wasn't listed in .authors.yml at all. It gave an error message like this (name changed):

All CLI and import requirements met for authors activity
'Joe Bloggs' does not have '...@gmail.com' listed! Please add the email to 'Joe Bloggs' in '.authors.yml'. For example:

- name: Joe Bloggs
  email: ...@gmail.com

Or add an alternative email:

- name: Joe Bloggs
  email: person@example.com
  alternate_emails:
    - ...@gmail.com

To fix the check, it was necessary to add both this email and an alternate, which the error message does not mention.

scopatz commented 4 years ago

Thanks for brinign this up @takluyver! This would be a good thing to fix / update!