From b39fd2cfd0644689ebde0070fe3778cf0c1a930c Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 13 May 2021 13:34:48 +0200 Subject: [PATCH] removed `php-cs-fixer` config from dist-release --- .gitattributes | 25 +++++++++++++------------ HISTORY.md | 6 ++++++ 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index c460809..22fbfb8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,15 +9,16 @@ *.neon.dist diff=yaml # files that are not bundled into the "dist" release are marked `export-ignore` -.gitattributes export-ignore -.gitignore export-ignore -.editorconfig export-ignore -/.github export-ignore -/.phive export-ignore -/examples export-ignore -/tests export-ignore -/tools export-ignore -/.php_cs.dist export-ignore -/phpunit.xml.dist export-ignore -/psalm.xml.dist export-ignore -/HISTORY.md export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.editorconfig export-ignore +/.github export-ignore +/.phive export-ignore +/examples export-ignore +/tests export-ignore +/tools export-ignore +/.php_cs.dist export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml.dist export-ignore +/HISTORY.md export-ignore diff --git a/HISTORY.md b/HISTORY.md index 3423902..8292195 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Changes +## 1.0.3 + +Maintenance release: +* Misc + * removed `php-cs-fixer` config from dist-release. + ## 1.0.2 Maintenance release: