Skip to content

Commit d258813

Browse files
authored
docs: new roadmap process (#1607)
1 parent fb52adb commit d258813

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

extra/releases.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
API Platform follows the [Semantic Versioning](https://semver.org) strategy.
44

5-
Only 3 versions are maintained at the same time:
5+
3 versions are maintained at the same time:
66

7-
* **stable** (currently the **2.7** branch): regular bug fixes are integrated in this version
8-
* **old-stable** (currently **2.6** branch): security fixes are integrated in this version, regular bug fixes are **not** backported in it
7+
* **stable** (currently the **3.0** branch): regular bug fixes are integrated in this version
8+
* **old-stable** (currently **2.7** branch): [security fixes](security.md) are integrated in this version, regular bug fixes are **not** backported in it
99
* **development** (**main** branch): new features target this branch
1010

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

1313
The **old-stable** branch is merged in the **stable** branch on a regular basis to propagate [security fixes](security.md).
1414
The **stable** branch is merged in the **development** branch on a regular basis to propagate [security](security.md) and regular bug fixes.
1515

16-
New versions of API Platform are released **when they are ready**, on the behalf of the API Platform Core Team.
16+
New major versions of API Platform are released every 2 years.
17+
New minor versions of API Platform are released every 6 months.
18+
19+
The latest minor version of a major branch contains all the new features introduced in the first version of the next major, but also contains deprecated features which are removed in the next major branch.

0 commit comments

Comments
 (0)