Skip to content

Commit

Permalink
Trigger a patch release always (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexouzounis authored and ouzibot committed Oct 22, 2019
1 parent 86a7070 commit 0b60967
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,17 @@
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "fix",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "major",
"release": "major"
},
{
"type": "/.*/",
"release": "patch"
}
]
}
Expand Down

0 comments on commit 0b60967

Please sign in to comment.