chore: fix release-please

This commit is contained in:
koenkk
2024-02-01 22:03:28 +01:00
parent 335e18fe98
commit da1d0d81c2
+1 -1
View File
@@ -100,7 +100,7 @@ for (const changelog of changelogs) {
} else if (line === '# Changelog' || line === '### ⚠ BREAKING CHANGES' || !line) {
continue;
} else {
changes['error'].push(`Unmatched line: ${line}`);
changes['error'].push(`- Unmatched line: ${line}`);
}
}
}