Skip to content

Commit

Permalink
fix: allow release from BREAKING CHANGE commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Sep 23, 2021
1 parent fe2fe8a commit 5920b19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"branches": [
"main"
],
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "eslint"
}]
]
}

0 comments on commit 5920b19

Please sign in to comment.