chore: include all breaking changes in changelog

This commit is contained in:
alina 🌸 2023-12-02 21:00:57 +03:00
parent 72dd8f5b2c
commit 8fbd5365be
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -14,7 +14,7 @@ function generateChangelog(onlyPackages) {
const { type, breaking } = parsed const { type, breaking } = parsed
if (!type || ['chore', 'ci', 'docs', 'test'].includes(type)) continue if ((!type || ['chore', 'ci', 'docs', 'test'].includes(type)) && !breaking) continue
const changed = findChangedFilesSince(`${commit.hash}~1`, commit.hash) const changed = findChangedFilesSince(`${commit.hash}~1`, commit.hash)