Merge pull request #19354 from liviuconcioiu/file

Update create-release.sh with file to be excluded
This commit is contained in:
Maurício Meneghini Fauth 2024-11-03 13:49:03 -03:00 committed by GitHub
commit fe89a54e7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.*' \