Skip to content

Commit

Permalink
hfgd
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 12, 2024
1 parent 048088b commit 630eb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/merge-changelogs/index.js

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

2 changes: 1 addition & 1 deletion build-packages/merge-changelogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async function formatChangelog(parsedChangelogs: Change[]): Promise<string> {
// );
info('Formatting changelog');
console.log(JSON.stringify(parsedChangelogs));
const version = parsedChangelogs[1].version;
const version = parsedChangelogs[0].version;
// const versions = [...new Set(parsedChangelogs.map(msg => msg.version))];

return createNewSection(version, parsedChangelogs);
Expand Down

0 comments on commit 630eb54

Please sign in to comment.