Skip to content

Commit

Permalink
Fix: Test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin committed May 25, 2022
1 parent b140ca0 commit 0fb6753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}],
["@semantic-release/commit-analyzer", {
"preset": "eslint",
"config": "@conventional-changelog-eslint",
"releaseRules": [
{
"tag": "Breaking",
Expand All @@ -31,6 +30,7 @@
"noteKeywords": ["Breaking Change", "breaking change"]
}
}],
["@semantic-release/npm"]
["@semantic-release/npm"],
["@conventional-changelog-eslint"]
]
}

0 comments on commit 0fb6753

Please sign in to comment.