From 949463215cbe4e9d52cfcbb557c2be441dc7ea97 Mon Sep 17 00:00:00 2001 From: HorstOeko Date: Fri, 27 Dec 2024 12:43:04 +0100 Subject: [PATCH] [DOC] Remove Codestyle-Issues from changelog --- make/genchangelog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/make/genchangelog.php b/make/genchangelog.php index 546e969f..6b549dde 100644 --- a/make/genchangelog.php +++ b/make/genchangelog.php @@ -70,6 +70,7 @@ function mustHideCommit(?string $commitHash = "", ?string $commitAuthor = "", ?s } if ( + stricontains($commitSubject, '[CS]') || stricontains($commitSubject, '[DOC]') || stricontains($commitSubject, '[INFR]') || stricontains($commitSubject, '[INFR}') ||