Skip to content

Commit

Permalink
👷 correzione autori commit traduzione
Browse files Browse the repository at this point in the history
  • Loading branch information
n1xx1 committed Oct 20, 2024
1 parent 6f16959 commit d8a46ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit d8a46ac

Please sign in to comment.