Skip to content

Document the release policy #405

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 1 commit into from
Feb 24, 2018
Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions extra/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# The Release Process

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

Only 3 versions are maintained at the same time:

* **stable** (currently the **2.2** branch): regular bug fixes are integrated in this version
* **old-stable** (currently **2.1** branch): security fixes are integrated in this version, regular bug fixes are **not** backported in it
* **development** (**master** 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.

The **old-stable** branch is merged in the **stable** branch on a regular basis to propagate security fixes.
The **stable** branch is merged in the **development** branch on a regular basis to propagate security and regular bug fixes.

New versions of API Platform are released **when they are ready**, on the behalf of the API Platform Core Team.
9 changes: 5 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@

## Extra

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