Skip to content

Commit 83f6086

Browse files
committed
chore: fix semantic-release not catching breaking changes
Refs semantic-release/commit-analyzer#413 (comment)
1 parent d8e9ce9 commit 83f6086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ module.exports = {
1717
scope: 'deps',
1818
release: 'patch',
1919
},
20+
// https://github.com/semantic-release/commit-analyzer/issues/413#issuecomment-1465299187
21+
{
22+
breaking: true,
23+
release: 'major',
24+
},
2025
],
2126
},
2227
],

0 commit comments

Comments
 (0)