You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extra/releases.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# The Release Process
2
2
3
3
API Platform follows the [Semantic Versioning](https://semver.org) strategy.
4
+
A new minor version is released every six months, and a new major version is released every two years, along with a last minor version on the previous major one with the same features and an upgrade path.
5
+
6
+
For example:
7
+
8
+
- version 3.0 has been released on 15 September, 2022;
9
+
- version 3.1 will be released on March, 2023;
10
+
- version 3.2 will be released on September, 2023;
11
+
- version 3.3 will be released on March, 2024;
12
+
- versions 3.4 and 4.0 will be released on September, 2024.
0 commit comments