diff --git a/.releaserc b/.releaserc index 345a296..8efa5c5 100644 --- a/.releaserc +++ b/.releaserc @@ -1,5 +1,10 @@ { "branches": [ "main" + ], + "plugins": [ + ["@semantic-release/commit-analyzer", { + "preset": "eslint" + }] ] } \ No newline at end of file