Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7918a35
Add Makefile and wp-env-based local dev environment
donnchawp Apr 13, 2026
d0af90b
Add linting commands expected by Makefile
donnchawp Apr 13, 2026
b6a04f9
Fix PHPCS errors in dev seed/unseed scripts
donnchawp Apr 13, 2026
c095922
Add phpcs-changed wrapper scripts and wire up lint commands
donnchawp Apr 13, 2026
f4f1a6e
Auto install @wordpress/env
donnchawp Apr 13, 2026
c6da4b6
cli target opens shell in the cli container
donnchawp Apr 13, 2026
2150427
Fix to `make cli` docs
donnchawp Apr 13, 2026
98ee92d
Remove unused code from this file
donnchawp Apr 13, 2026
857ade5
Fixed link to changelog
donnchawp Apr 13, 2026
4012cd4
Add pre-build and build Make targets for releases
donnchawp Apr 14, 2026
dc02550
Review follow-up: fix dead changelog link, bash portability, sed backups
donnchawp Apr 14, 2026
32db71b
Untrack root package-lock.json
donnchawp Apr 14, 2026
d1c5467
Remove Jetpack release automation in favour of local scripts
donnchawp Apr 14, 2026
b84646e
Drop Jetpack release config and jetpack-changelogger dependency
donnchawp Apr 14, 2026
c1dcafb
Refresh composer.lock content-hash after extras cleanup
donnchawp Apr 14, 2026
7cbde04
Document release pipeline in README
donnchawp Apr 14, 2026
9992300
Release 3.0.4
donnchawp Apr 14, 2026
421c749
Revert these, testing mishap
donnchawp Apr 14, 2026
3af6ab7
Add the version and date to the changelog for convenience
donnchawp Apr 14, 2026
3f7b126
Rename .w.org-assets to w.org-assets and wire into publish.sh
donnchawp Apr 14, 2026
a108d34
Add "trunk" check for publish script
donnchawp Apr 14, 2026
832ccb9
Address PR review: release + lint script hardening
donnchawp Apr 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ phpunit.*.xml.dist export-ignore
.eslintignore export-ignore
eslint.config.mjs export-ignore
changelog/ export-ignore
.w.org-assets/ export-ignore
w.org-assets/ export-ignore
145 changes: 0 additions & 145 deletions .github/files/autorelease.sh

This file was deleted.

143 changes: 0 additions & 143 deletions .github/files/wp-svn-autopublish.sh

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/autorelease.yml

This file was deleted.

Loading
Loading