Skip to content

Commit

Permalink
chore: configure semantic-release to release refactors (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan authored May 13, 2019
1 parent 08bde27 commit c2e12f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"verifyConditions": [
"@semantic-release/github"
],
"analyzeCommits": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "refactor", "release": "patch"}
]
}]
],
"prepare": [
"@semantic-release/npm"
],
Expand Down

0 comments on commit c2e12f9

Please sign in to comment.