Skip to content

Commit

Permalink
chore: fix semantic-release not catching breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Aug 14, 2024
1 parent d8e9ce9 commit 83f6086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ module.exports = {
scope: 'deps',
release: 'patch',
},
// https://github.com/semantic-release/commit-analyzer/issues/413#issuecomment-1465299187
{
breaking: true,
release: 'major',
},
],
},
],
Expand Down

0 comments on commit 83f6086

Please sign in to comment.