Skip to content

Commit

Permalink
remove author email match, easily hits rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jul 31, 2020
1 parent 66f7e2a commit 5d9bb97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,9 @@ export default class Release {
hash: commit.hash,
});
} else if (commit.authorEmail) {
const author = await this.git.getUserByEmail(commit.authorEmail);

resolvedAuthors.push({
email: commit.authorEmail,
name: commit.authorName,
...author,
hash: commit.hash,
});
}
Expand Down

0 comments on commit 5d9bb97

Please sign in to comment.