fix: version_bump.php only writes to README, not manifests #152
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_bump.phpreads from both README.md and manifest XML to find the base version, but only writes the bumped version back to README.md. This creates a window where README and manifests are out of sync, requiring a separateversion_set_platform.phpcall.Solution
version_bump.phpnow writes the bumped version to all version sources in one pass:VERSION: XX.YY.ZZ<version>XX.YY.ZZ</version>$this->version"version": "XX.YY.ZZ"Files Changed
cli/version_bump.phpBranch created:
feature/152-fix-version-bump-php-only-writes-to-read