chore: include all breaking changes in changelog
This commit is contained in:
parent
72dd8f5b2c
commit
8fbd5365be
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue