Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 12, 2024
1 parent 33a2332 commit 1c57637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/merge-changelogs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build-packages/merge-changelogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ async function formatChangelog(parsedChangelogs: Change[]): Promise<string> {
// summary => !unifiedChangelog.includes(`# ${summary.version}`)
// );
info('Formatting changelog');
console.log(JSON.stringify(parsedChangelogs));
const version = parsedChangelogs[0].version;
// const versions = [...new Set(parsedChangelogs.map(msg => msg.version))];

Expand Down

0 comments on commit 1c57637

Please sign in to comment.