Skip to content

Commit

Permalink
fg
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 12, 2024
1 parent 7500703 commit 5d432c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 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.

2 changes: 2 additions & 0 deletions build-packages/merge-changelogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ function getPackageName(changelog: string): string {

function splitByVersion(changelog: string): ContentByVersion[] {
return changelog.split('\n## ').map(h2 => {
info('splitting by version');
info(h2);
const [version, ...content] = h2.split('\n');
return {
version,
Expand Down

0 comments on commit 5d432c7

Please sign in to comment.