Public Access
fix(version-bump): prevent dev from falling behind stable (#289) #291
Reference in New Issue
Block a user
Delete Branch "feature/289-cherry-pick-version-bump"
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
Cherry-pick of
d5fa609from dev.version_bump.phpnow prevents dev versions from falling behind stable by checking:--min-versionargument — workflow can pass the current stable versionorigin/mainandorigin/rcmanifests for the highest released version and uses it as the bump baseThis prevents dev builds at
02.44.xxwhile stable is at02.45.00.Test plan
php -l cli/version_bump.phppasses--min-version 02.45.00forces the bump above that versionCloses #289