Skip to content

[Releases] Update stable and old-stable branch #1254

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 2 commits into from
Jan 24, 2021
Merged
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
6 changes: 3 additions & 3 deletions extra/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ API Platform follows the [Semantic Versioning](https://semver.org) strategy.

Only 3 versions are maintained at the same time:

* **stable** (currently the **2.5** branch): regular bug fixes are integrated in this version
* **old-stable** (currently **2.4** branch): security fixes are integrated in this version, regular bug fixes are **not** backported in it
* **development** (**master** branch): new features target this branch
* **stable** (currently the **2.6** branch): regular bug fixes are integrated in this version
* **old-stable** (currently **2.5** branch): security fixes are integrated in this version, regular bug fixes are **not** backported in it
* **development** (**main** branch): new features target this branch

Older versions (1.x, 2.0...) **are not maintained**. If you still use them, you must upgrade as soon as possible.

Expand Down