From d8a46ac14e3a96cb27b39d00bf1d219deeb0bfc6 Mon Sep 17 00:00:00 2001 From: n1xx1 Date: Sun, 20 Oct 2024 18:38:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20correzione=20autori=20commit=20t?= =?UTF-8?q?raduzione?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/release-notes.ts | 3 --- 1 file changed, 3 deletions(-) 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"; }