ci: Ordner design/ vom Plugin-ZIP ausschliessen

Dev-Artefakte (Roh-Sprites, Mockups, Styleguides) im Top-Level-Ordner
design/ gehoeren nicht in Kunden-Downloads. idf-deadline v0.6.0 war
dadurch 14,7 MB statt 2 MB gross.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-01 10:33:30 +02:00
co-authored by Claude Opus 4.8
parent b661ec3153
commit 185fb3303e
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -255,6 +255,7 @@ jobs:
--exclude='.DS_Store' \ --exclude='.DS_Store' \
--exclude='node_modules' \ --exclude='node_modules' \
--exclude='tests' \ --exclude='tests' \
--exclude='design' \
--exclude='phpunit.xml*' \ --exclude='phpunit.xml*' \
--exclude='phpcs.xml*' \ --exclude='phpcs.xml*' \
--exclude='*.zip' \ --exclude='*.zip' \
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## v1.3.0
### Geändert
- `release-plugin.yml`: Top-Level-Ordner `design/` wird vom Plugin-ZIP ausgeschlossen (Dev-Artefakte wie Roh-Sprites, Mockups und Styleguides gehoeren nicht in Kunden-Downloads; idf-deadline v0.6.0 war dadurch 14,7 MB statt 2 MB gross).
## v1.2.0 ## v1.2.0
### Hinzugefügt ### Hinzugefügt