JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Support multiple authors #432

Closed abelsiqueira closed 1 month ago

abelsiqueira commented 1 month ago

Deprecate AuthorName and AuthorEmail in favour of Authors. Authors is a comma-separated list of string. There are no restriction on the format of each string, but we hope that it will follow the NAME format. If that is the case, many places use regex to get the NAME or EMAIL only and replace the old usage.

A side-effect is that emails are optional now.

Close #118, #356

Related issues

Closes #

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (ad5c21c) to head (ab8204c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #432 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 104 99 -5 ========================================= - Hits 104 99 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.