Skip to content

Commit

Permalink
chore: fix release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 1, 2024
1 parent 6e2539a commit 335e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateChangelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ for (const changelog of changelogs) {
} else if (line === '# Changelog' || line === '### ⚠ BREAKING CHANGES' || !line) {
continue;
} else {
throw new Error(`Unmatched line: ${line}`);
changes['error'].push(`Unmatched line: ${line}`);
}
}
}
Expand Down

0 comments on commit 335e18f

Please sign in to comment.