8000 Merge branch '5.0' into 5.1 · symfony/symfony-docs@5093b60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5093b60

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Bump versions of releases
2 parents 353e35d + e57d206 commit 5093b60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
If your pull request fixes a BUG, use the oldest maintained branch that contains
4-
the bug (see https://symfony.com/roadmap for the list of maintained branches).
4+
the bug (see https://symfony.com/releases for the list of maintained branches).
55
66
If your pull request documents a NEW FEATURE, use the same Symfony branch where
77
the feature was introduced (and `master` for features of unreleased versions).

contributing/community/releases.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ release and maintain its different versions.
77
Symfony releases follow the `semantic versioning`_ strategy and they are
88
published through a *time-based model*:
99

10-
* A new **Symfony patch version** (e.g. 3.4.41, 4.4.9) comes out roughly every
10+
* A new **Symfony patch version** (e.g. 4.4.9, 5.0.9, 5.1.1) comes out roughly every
1111
month. It only contains bug fixes, so you can safely upgrade your applications;
12-
* A new **Symfony minor version** (e.g. 4.4, 5.0, 5.1) comes out every *six months*:
12+
* A new **Symfony minor version** (e.g. 4.4, 5.1) comes out every *six months*:
1313
one in *May* and one in *November*. It contains bug fixes and new features, but
1414
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*.
15+
* A new **Symfony major version** (e.g. 4.0, 5.0, 6.0) comes out every *two years*.
1616
It can contain breaking changes, so you may need to do some changes in your
1717
applications before upgrading.
1818

0 commit comments

Comments
 (0)
0