Skip to content

Commit 180b247

Browse files
Update release-notes.mts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad73df3 commit 180b247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/release-notes.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function getCommits(
6363

6464
const commits = JSON.parse(output);
6565
if (commits.length === 0) {
66-
return
66+
return;
6767
}
6868

6969
callback(commits);

0 commit comments

Comments
 (0)