Skip to content

Commit

Permalink
ci: makes breaking releases bump a version (#25)
Browse files Browse the repository at this point in the history
I think this is a mistake from overwriting the default behavior. 

I took inspiration for this update from here:
https://github.com/semantic-release/commit-analyzer/blob/2b9c73e1b4d63221980da18fd3d1f2817aaee1b8/lib/default-release-rules.js#L7

fixes #24
  • Loading branch information
juliuscc authored Apr 1, 2020
1 parent 1036dd0 commit df1d973
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@
{
"preset": "angular",
"releaseRules": [
{
"breaking": true,
"release": "major"
},
{
"revert": true,
"release": "patch"
},
{
"type": "feat",
"release": "minor"
Expand Down

0 comments on commit df1d973

Please sign in to comment.