-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Rename master branch to 5.2? #37331
Copy link
Copy link
Closed
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Status: Needs Review
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Status: Needs Review
Why?
masteris5.2is currently expressed through a branch alias, which wouldn't needed at all if the branch was named in the conventional way.masterfor latest stable (5.1) when it is actually the next upcoming minor series (5.2).Possibly, as an interim, the master branch could be left around for a few months, and synced with 5.2 (to allow people to migrate if they have
masterordev-masterhard coded in various places).EDIT: One problem with 5.x as a branch name is composer will install the 5.x branch with the version constraint
5.7.*even though there is no such version. This is why 5.2 is better, because it matches the current branch alias of master.