cli: version_bump_and_cascade.php - bump version across all manifests #59
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?
Summary
Extract version bump logic from auto-release.yml (lines 131-206) into a CLI tool.
What it does
CLI interface
Priority
High complexity, high reuse.
Already implemented
Covered by three existing CLI tools:
cli/version_bump.php— bumps version in README.md (patch/minor/major)cli/changelog_promote.php— promotes [Unreleased] to versioned entrycli/version_set_platform.php— sets version across platform manifests (Joomla XML, Dolibarr mod file)The workflow calls these in sequence. No single combined tool needed — closing as already resolved.