fix: auto-release sanity checks should use release_validate.php #180
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
auto-release.yml "Sanity: Pre-release validation" step is still 95 lines of inline bash doing version drift checks. release_validate.php already does all of this with --output-summary and --github-output flags.
Solution
Replace inline bash with:
Files
Branch created:
feature/180-fix-auto-release-sanity-checks-should-us