File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,8 @@ Symfony manages its releases through a *time-based model* and follows the
10
10
* A new Symfony minor version (e.g. 2.8, 3.2, 4.1) comes out every *six months *:
11
11
one in *May * and one in *November *;
12
12
* A new Symfony major version (e.g., 3.0, 4.0) comes out every *two years * and
13
- it's released at the same time of the last minor version of the previous branch.
14
-
15
- .. note ::
16
-
17
- This release process has been adopted as of Symfony 2.2, and all the "rules"
18
- explained in this document must be strictly followed as of Symfony 2.4.
13
+ it's released at the same time of the last minor version of the previous major
14
+ version.
19
15
20
16
.. _contributing-release-development :
21
17
@@ -80,7 +76,7 @@ fixes, and for a *four year* period for security issue fixes.
80
76
also be bought from `SensioLabs `_.
81
77
82
78
In Symfony 2.x branch, the LTS versions are 2.3, 2.7 and 2.8. Starting from 3.x
83
- branch, only the last minor version of each branch is considered LTS (e.g 3.4,
79
+ branch, only the last minor version of each branch is considered LTS (e.g. 3.4,
84
80
4.4, 5.4, etc.)
85
81
86
82
Schedule
You can’t perform that action at this time.
0 commit comments