Commit 0d76fc1
committed
fix(release): 🐛 list contributors even when GitHub can't resolve a login
The previous fix stopped the changelog crash but left the section
empty whenever github.contributors' username is null for everyone
(e.g. v1.2.0 -- commit author email isn't linked to a verified GitHub
account, so the API never resolves a login). Source the list from
commits' own author.name instead (always present), deduped, still
preferring @username when a commit's github.username did resolve.1 parent e80b420 commit 0d76fc1
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments