We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cee5f1 commit 3fe13d0Copy full SHA for 3fe13d0
1 file changed
scripts/add-changelog.ts
@@ -44,7 +44,7 @@ export async function embedCommitLinks(
44
await Promise.all(
45
lines.map(async line => {
46
const match = line.match(SHORT_SHA_AT_LINE_END_RE);
47
- if (!match || !line.trimStart().startsWith('- [')) {
+ if (!match) {
48
return line;
49
}
50
0 commit comments