Closed
Description
master
is displayed several times on these pages:
- https://symfony.com/doc/4.4/_build/maintainer_guide.html
- https://symfony.com/doc/4.4/contributing/code/maintenance.html
This master
branch doesn't exist anymore, it is redirected to 6.2
which is the new default branch: https://github.com/symfony/symfony/tree/master
It looks like master
was removed here: I looks like it was changed here: symfony/symfony#38425
Should master
be replaced with 6.x
? That may be confusing because git checkout 6.x
will fail.