File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 157
157
158
158
## Extra
159
159
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 )
You can’t perform that action at this time.
0 commit comments