From e556d1be0078c4fb59effbb19d1b2761e1452b90 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Tue, 22 Jul 2025 14:21:08 +0200 Subject: [PATCH] docs(changelog): squash duplicate sections - changes section was duplicated during v3.0.0 release --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b43e3af..ae06900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,10 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed obsolete monolithic script reflecting transition to modular package - Harmonized gitlint configuration with commitlint standards - Prevented duplicate pre-commit hook execution across environments - -### Changed - -- Harmonized gitlint configuration with commitlint standards - Enforce lowercase descriptions and proper scope validation in commit messages - Expand automated commit ignoring for merge/revert/fixup/squash commits - Update pre-commit CI messages to follow conventional commit format