Skip to content

Commit

Permalink
build(semantic-release): fine-tuned semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jul 30, 2020
1 parent 29b3b5b commit 8eddb29
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"breaking": true, "release": "major"},
{"revert": true, "release": "patch"},
{"type": "build", "release": "patch"},
{"type": "feat", "release": "minor"},
{"type": "fix", "release": "patch"},
{"type": "perf", "release": "patch"},
{"type": "refactor", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
]
}

0 comments on commit 8eddb29

Please sign in to comment.