Pre-Release Verification
Run the complete verification suite before a release.
Steps
- Run
composer lint:all— all linters must pass (PHPCS, EditorConfig, markdownlint) - Run
composer test— all tests must pass - Run
composer build— PHAR must build successfully - Run
builds/branch-usage-checker --version— smoke test the PHAR - Run
git status— working tree should be clean (no uncommitted changes) - Report go/no-go summary with results of each step