From 59c255da70e34e67f009d7a24a47ff942ea2dca2 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Sun, 3 Nov 2024 00:48:04 +0100 Subject: [PATCH] Update create-release.sh with file to be excluded Signed-off-by: Liviu-Mihail Concioiu --- bin/internal/create-release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/internal/create-release.sh b/bin/internal/create-release.sh index fffae6be27..1447b35a67 100755 --- a/bin/internal/create-release.sh +++ b/bin/internal/create-release.sh @@ -246,7 +246,8 @@ cleanup_composer_vendors() { vendor/psr/event-dispatcher/.editorconfig \ vendor/spomky-labs/cbor-php/SECURITY.md \ vendor/spomky-labs/pki-framework/SECURITY.md \ - vendor/web-auth/cose-lib/SECURITY.md + vendor/web-auth/cose-lib/SECURITY.md \ + vendor/laminas/laminas-httphandlerrunner/.laminas-ci.json find vendor/tecnickcom/tcpdf/fonts/ -maxdepth 1 -type f \ -not -name 'dejavusans.*' \ -not -name 'dejavusansb.*' \