Integrate version_check.php into release workflows #122
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Version mismatches between README.md, package manifest, and sub-extension manifests cause broken releases.
Solution
version_check.php added to cli/. Needs integration:
Branch created:
feature/122-integrate-version-check-php-into-releaseProof
version_check.php is now called in both auto-release.yml (Step 4) and pre-release.yml (metadata step). Commit
07ea171on dev.