Skip to content

Commit f983ccd

Browse files
authored
feat: document the new release process (api-platform#1624)
1 parent 7e1f6b9 commit f983ccd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

extra/releases.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# The Release Process
22

33
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.
13+
14+
## Maintenance
415

516
Only 3 versions are maintained at the same time:
617

0 commit comments

Comments
 (0)