Skip to content

Commit

Permalink
Generate full release contributors list in release changelog (#38704)
Browse files Browse the repository at this point in the history
* Append user login to PR entry description

* Update snapshot to include the appended usernames
  • Loading branch information
getdave committed Feb 11, 2022
1 parent 8a0f46b commit b0d6e5e
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 97 deletions.
4 changes: 3 additions & 1 deletion bin/plugin/commands/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ function getEntry( issue ) {
title,
issue.number,
issue.html_url
);
) +
' - @' +
issue.user.login;
}

/**
Expand Down
Loading

0 comments on commit b0d6e5e

Please sign in to comment.