From 5920b19092d4ce6928a1b1dd5b54185ce6892be7 Mon Sep 17 00:00:00 2001 From: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:47:13 -0400 Subject: [PATCH] fix: allow release from BREAKING CHANGE commit message --- .releaserc | 5 +++++ 1 file changed, 5 insertions(+) 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