Skip to content

fix(build): exclude dist, .svn-wp and .claude from the distributed pa… - #7

Merged
alihesari merged 1 commit into
mainfrom
chore/release-1.1.0
Aug 12, 2026
Merged

fix(build): exclude dist, .svn-wp and .claude from the distributed pa…#7
alihesari merged 1 commit into
mainfrom
chore/release-1.1.0

Conversation

@alihesari

Copy link
Copy Markdown
Member

…ckage

.distignore listed neither dist nor .svn-wp, and both make build and make svn-sync rsync from the repo root using only that file. The released 1.0.1 on WordPress.org therefore contains owlstack/dist/owlstack-1.0.0.zip: 1.15 MB of a 1.79 MB payload, a stale copy of the previous release nested inside the plugin.

Left alone, 1.1.0 would have shipped the same way plus .svn-wp (the whole SVN working copy) and .claude (which now holds git worktrees, a second full copy of the plugin).

Also adds phpcs.xml.dist. The list had .phpcs.xml.dist with a leading dot, which never matched the file the repo actually has.

Rebuilt package: 678 KB across 205 files, down from 1.79 MB.

…ckage

.distignore listed neither dist nor .svn-wp, and both `make build` and
`make svn-sync` rsync from the repo root using only that file. The released
1.0.1 on WordPress.org therefore contains owlstack/dist/owlstack-1.0.0.zip:
1.15 MB of a 1.79 MB payload, a stale copy of the previous release nested
inside the plugin.

Left alone, 1.1.0 would have shipped the same way plus .svn-wp (the whole SVN
working copy) and .claude (which now holds git worktrees, a second full copy of
the plugin).

Also adds phpcs.xml.dist. The list had .phpcs.xml.dist with a leading dot, which
never matched the file the repo actually has.

Rebuilt package: 678 KB across 205 files, down from 1.79 MB.
@alihesari
alihesari merged commit a5625c4 into main Aug 12, 2026
4 checks passed
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