mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-06 02:39:38 +00:00
chore: fix release-please
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user