We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77685e4 commit e115871Copy full SHA for e115871
scripts/update-changelog.ts
@@ -11,7 +11,7 @@ async function main () {
11
const config = await loadChangelogConfig(process.cwd(), {})
12
13
const commits = await getLatestCommits().then(commits => commits.filter(
14
- c => config.types[c.type] && !(c.type === 'chore' && c.scope === 'deps' && !c.isBreaking),
+ c => config.types[c.type] && !(c.type === 'chore' && c.scope === 'deps'),
15
))
16
const bumpType = await determineBumpType() || 'patch'
17
0 commit comments