chore: fix release-please

This commit is contained in:
koenkk
2024-02-01 22:02:01 +01:00
parent 6e2539af09
commit 335e18fe98
+1 -1
View File
@@ -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}`);
}
}
}