Skip to content

Commit 74bae69

Browse files
committed
minor #16928 Releases: add details to minor and major versions (alexislefebvre)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Releases: add details to minor and major versions <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 4ae363a Releases: add details to minor and major versions
2 parents 47f3632 + 4ae363a commit 74bae69

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

contributing/community/releases.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ published through a *time-based model*:
1010
* A new **Symfony patch version** (e.g. 4.4.12, 5.1.9) comes out roughly every
1111
month. It only contains bug fixes, so you can safely upgrade your applications;
1212
* A new **Symfony minor version** (e.g. 4.4, 5.0, 5.1) comes out every *six months*:
13-
one in *May* and one in *November*. It contains bug fixes and new features, but
14-
it doesn't include any breaking change, so you can safely upgrade your applications;
15-
* A new **Symfony major version** (e.g. 4.0, 5.0) comes out every *two years*.
13+
one in *May* and one in *November*. It contains bug fixes and new features,
14+
can contain new deprecations but it doesn't include any breaking change,
15+
so you can safely upgrade your applications;
16+
* A new **Symfony major version** (e.g. 4.0, 5.0) comes out every *two years*
17+
in November of odd years (e.g. 2019, 2021).
1618
It can contain breaking changes, so you may need to do some changes in your
1719
applications before upgrading.
1820

0 commit comments

Comments
 (0)