Skip to content

Commit c037c2c

Browse files
devtools/credit: add aliases of previous namers
It was suggesting past namers as new namers. Changelog-None
1 parent 529337a commit c037c2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devtools/credit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ fi
2020
git log "$PREV_TAG".. --format="%an|%ae" | sort | uniq -c | sort -rn > /tmp/authors.$$
2121
sed -n 's/.*[Nn]amed by //p' < CHANGELOG.md | sed 's/(.*)//' | tr -dc '[:alnum:][:space:]' > /tmp/namers.$$
2222
git log "$PREV_TAG" --format="%an|%ae" | sort -u > /tmp/prev-authors.$$
23+
# Include aliases
24+
printf "Alex Myers\nShahanaFarooqui\nMatt Whitlock\n" >> /tmp/namers.$$
2325

2426
NAMER=""
2527
BACKUP_NAMER=""

0 commit comments

Comments
 (0)