-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Simplified the "Release Process" page #10134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For the |
I wondered the same ... but I ultimately chose 3.4 because 2.8 still talks about some 2.x quirks ... so we can leave that for historical reasons. |
contributing/community/releases.rst
Outdated
In Symfony 2.x branch, the number of minor versions wasn't constrained, so that | ||
branch ended up with nine minor versions (from 2.0 to 2.8). Starting from | ||
3.x branch, the number of minor versions is limited to five (from X.0 to X.4). | ||
Starting from Symfony 3.x branch, the number of minor versions is limited to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting from the Symfony 3.x branch [...]
contributing/community/releases.rst
Outdated
@@ -180,6 +100,8 @@ This release process was adopted to give more *predictability* and | |||
with Symfony and with projects using Symfony; | |||
* Give time to the Symfony ecosystem to catch up with the new versions | |||
(bundle authors, documentation writers, translators, ...). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should end with a semicolon now
This PR was squashed before being merged into the 3.4 branch (closes #10134). Discussion ---------- Simplified the "Release Process" page Now that https://symfony.com/roadmap displays a dynamic chart of supported Symfony versions, we must remove the static image displayed in this page. While doing that, I realized that this is a very verbose article ... so I reworded it to explain the same but using half of the original text lines. Commits ------- b578e71 Simplified the \"Release Process\" page
Now that https://symfony.com/roadmap displays a dynamic chart of supported Symfony versions, we must remove the static image displayed in this page. While doing that, I realized that this is a very verbose article ... so I reworded it to explain the same but using half of the original text lines.