Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix: refactor not bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 8, 2019
1 parent 93fbd92 commit 07b9aea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "refactor",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/git"
Expand Down

0 comments on commit 07b9aea

Please sign in to comment.