Skip to content

Commit ad4be2f

Browse files
authored
Merge pull request #405 from api-platform/releases
Document the release policy
2 parents 5b1a390 + 02f448f commit ad4be2f

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

extra/releases.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# The Release Process
2+
3+
API Platform follows the [Semantic Versioning](https://semver.org) strategy.
4+
5+
Only 3 versions are maintained at the same time:
6+
7+
* **stable** (currently the **2.2** branch): regular bug fixes are integrated in this version
8+
* **old-stable** (currently **2.1** branch): security fixes are integrated in this version, regular bug fixes are **not** backported in it
9+
* **development** (**master** branch): new features target this branch
10+
11+
Older versions (1.x, 2.0...) **are not maintained**. If you still use them, you must upgrade as soon as possible.
12+
13+
The **old-stable** branch is merged in the **stable** branch on a regular basis to propagate security fixes.
14+
The **stable** branch is merged in the **development** branch on a regular basis to propagate security and regular bug fixes.
15+
16+
New versions of API Platform are released **when they are ready**, on the behalf of the API Platform Core Team.

index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157

158158
## Extra
159159

160-
1. [The Project's Philosophy](extra/philosophy.md)
161-
2. [Troubleshooting](extra/troubleshooting.md)
162-
2. [Contribution Guides](extra/contribution-guides.md)
163-
4. [Contributor Code Of Conduct](extra/conduct.md)
160+
1. [The Release Process](extra/releases.md)
161+
2. [The Project's Philosophy](extra/philosophy.md)
162+
3. [Troubleshooting](extra/troubleshooting.md)
163+
4. [Contribution Guides](extra/contribution-guides.md)
164+
5. [Contributor Code Of Conduct](extra/conduct.md)

0 commit comments

Comments
 (0)