Skip to content

Commit

Permalink
Log changed emojis in findChanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Liv Asch committed May 23, 2024
1 parent a326a7b commit cedb592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/findChanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ const run = async () => {
: ChangeType.updated,
}));

console.log('Changed emojis:');
console.log(
changedEmojis.map((change) => `${change.name} (${change.change})`)
);

const releaseNotes = buildRelaseNotes(changeList, changedEmojis);
setOutput('releaseNotes', releaseNotes);

Expand Down

0 comments on commit cedb592

Please sign in to comment.