Skip to content

Commit

Permalink
fix(scripts): breaking changes not recognized as major version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Sep 2, 2022
1 parent c3ab649 commit 900e217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/.releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
},
preset: 'angular',
releaseRules: [
{ breaking: true, release: 'major' },
{ release: 'patch', type: 'chore' },
{ release: 'patch', type: 'ci' },
{ release: 'patch', type: 'refactor' },
Expand Down
1 change: 1 addition & 0 deletions scripts/releaserc.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
preset: 'angular',
releaseRules: [
{ breaking: true, release: 'major' },
{ release: 'patch', type: 'chore' },
{ release: 'patch', type: 'ci' },
{ release: 'patch', type: 'refactor' },
Expand Down
1 change: 1 addition & 0 deletions scripts/releaserc.version.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
preset: 'angular',
releaseRules: [
{ breaking: true, release: 'major' },
{ release: 'patch', type: 'chore' },
{ release: 'patch', type: 'ci' },
{ release: 'patch', type: 'refactor' },
Expand Down

0 comments on commit 900e217

Please sign in to comment.