Skip to content

Commit fe9e1e2

Browse files
chore(CI): Try to prevent CD from incorrectly doing a major bump
1 parent dc0a253 commit fe9e1e2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

packages/module/release.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ module.exports = {
44
preset: 'angular'
55
},
66
plugins: [
7-
'@semantic-release/commit-analyzer',
7+
[
8+
'@semantic-release/commit-analyzer',
9+
{
10+
preset: 'angular',
11+
parserOpts: {
12+
noteKeywords: ['BREAKING-CHANGE']
13+
}
14+
}
15+
],
816
'@semantic-release/release-notes-generator',
917
'@semantic-release/github',
1018
'@semantic-release/npm'

0 commit comments

Comments
 (0)