From fce0211688ec293d780b80a3ce80c9bcc259f6f2 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 10 Jul 2021 16:16:04 +0200
Subject: [PATCH] ci: Fix breaking type

---
 .releaserc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.releaserc.yml b/.releaserc.yml
index 12a3167..83e68e6 100644
--- a/.releaserc.yml
+++ b/.releaserc.yml
@@ -22,7 +22,7 @@ verifyConditions:
 analyzeCommits:
   - path: '@semantic-release/commit-analyzer'
     releaseRules:
-      - breaking: true
+      - type: breaking  # Changes that break something makes something incompatible to ealier version
         release: major
       - type: build     # Changes that affect the build system or external dependencies
         release: patch
-- 
GitLab