Skip to content

Commit

Permalink
chore(release): Add custom configuration of releaseRules (#93)
Browse files Browse the repository at this point in the history
chore(release): Add custom configuration of releaseRules
  • Loading branch information
nodaguti authored Jun 30, 2019
2 parents bb823bf + 2eb49b1 commit 9cf5a4a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "build",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}

0 comments on commit 9cf5a4a

Please sign in to comment.