From 4df3239818ce9e20b7fbc94fe55cd70446ae4a2a Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Fri, 9 Jul 2021 15:43:40 +0000
Subject: [PATCH] ci: Fix "breaking" type

---
 .releaserc.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.releaserc.yml b/.releaserc.yml
index af2b956..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
@@ -123,4 +123,4 @@ publish:
 
 success: false
 
-fail: false
\ No newline at end of file
+fail: false
-- 
GitLab