Skip to content

Commit

Permalink
fix(build): dig deep in SR docs to find the error (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
leocabeza authored Jun 7, 2020
1 parent f6c6367 commit 367cabe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,16 @@
"prettier --single-quote --trailing-comma es5 --write",
"git add"
]
},
"release": {
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "chore", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
}

0 comments on commit 367cabe

Please sign in to comment.