diff --git a/scripts/release-notes.ts b/scripts/release-notes.ts index a17e99a..a139fcc 100644 --- a/scripts/release-notes.ts +++ b/scripts/release-notes.ts @@ -124,9 +124,6 @@ function getHandle( if (commit.author?.login) { return `@${commit.author.login}`; } - if (commit.committer?.login) { - return `@${commit.committer.login}`; - } return base ?? "unknown"; }