Skip to content

Keep tool caches out of the release ZIP - #3

Merged
ibuilder merged 1 commit into
mainfrom
fix/distignore-caches
Aug 7, 2026
Merged

Keep tool caches out of the release ZIP#3
ibuilder merged 1 commit into
mainfrom
fix/distignore-caches

Conversation

@ibuilder

@ibuilder ibuilder commented Aug 7, 2026

Copy link
Copy Markdown
Owner

The release workflow runs PHPCS and PHPUnit immediately before staging the distributable, and rsync does not honour .gitignore — so .phpunit.result.cache was copied into the v2.0.0 ZIP.

Harmless (an inert ~200 byte cache file) but it shouldn't ship. Adding it and .phpcs.cache to .distignore.

I'll re-cut the v2.0.0 tag and release after this merges, so the published artifact is clean. The current release has zero downloads.

🤖 Generated with Claude Code

The release workflow runs PHPCS and PHPUnit immediately before staging
the distributable, and rsync does not honour .gitignore, so
.phpunit.result.cache was copied into the v2.0.0 ZIP. Harmless but it
should not ship.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@ibuilder
ibuilder merged commit 36f4edf into main Aug 7, 2026
13 checks passed
@ibuilder
ibuilder deleted the fix/distignore-caches branch August 7, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant