8000 Update releases.rst by noniagriconomie · Pull Request #13742 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update releases.rst #13742

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

Merged
merged 1 commit into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
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 `master` for features of unreleased versions).
Expand Down
6 changes: 3 additions & 3 deletions contributing/community/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ release and maintain its different versions.
Symfony releases follow the `semantic versioning`_ strategy and they are
published through a *time-based model*:

* A new **Symfony patch version** (e.g. 3.4.41, 4.4.9) comes out roughly every
* A new **Symfony patch version** (e.g. 4.4.9, 5.0.9, 5.1.1) comes out roughly every
month. It only contains bug fixes, so you can safely upgrade your applications;
* A new **Symfony minor version** (e.g. 4.4, 5.0, 5.1) comes out every *six months*:
* A new **Symfony minor version** (e.g. 4.4, 5.1) comes out every *six months*:
one in *May* and one in *November*. It contains bug fixes and new features, but
it doesn't include any breaking change, so you can safely upgrade your applications;
* A new **Symfony major version** (e.g. 4.0, 5.0) comes out every *two years*.
* A new **Symfony major version** (e.g. 4.0, 5.0, 6.0) comes out every *two years*.
It can contain breaking changes, so you may need to do some changes in your
applications before upgrading.

Expand Down
0