From 112ef946d2ef70811df6e2637f8dd0a993c9dd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 18 Jun 2026 06:12:33 +0200 Subject: [PATCH 1/2] CHANGELOG.md and codecov.yml slipped into the release --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9bb60a0..38f8c23 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore +CHANGELOG.md export-ignore +codecov.yml export-ignore phpstan.neon export-ignore phpunit.php export-ignore phpunit.xml export-ignore From 6ecfe26440fc273ba1749cb6c48a98a05cf72112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 27 Jun 2026 01:35:33 +0200 Subject: [PATCH 2/2] Update .gitattributes to include CHANGELOG.md Removed CHANGELOG.md from export-ignore list in .gitattributes. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 38f8c23..fc17a89 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -CHANGELOG.md export-ignore codecov.yml export-ignore phpstan.neon export-ignore phpunit.php export-ignore