Update MAINTENANCE.md

This commit is contained in:
Jordan Owens 2020-09-23 09:41:14 -04:00 committed by GitHub
parent 0d7e580133
commit 6d06e4907e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions

View File

@ -6,11 +6,9 @@
The next major version of Sinatra will be released from the master branch.
* Current proposed major release: 2.0.0
### Stable release
The current stable version of Sinatra is 1.4 series, and released from the stable branch.
The current stable version of Sinatra is released from the stable branch.
## Issues
@ -22,21 +20,14 @@ New features will only be added to the master branch and will not be made availa
Only the latest release series will receive bug fixes. When enough bugs are fixed and its deemed worthy to release a new gem, this is the branch it happens from.
* Current release series: 1.4.x
### Security issues
The current release series will receive patches and new versions in case of a security issue.
* Current release series: 1.4.x
### Severe security issues
For severe security issues we will provide new versions as above, and also the last major release series will receive patches and new versions. The classification of the security issue is judged by the core team.
* Current release series: 1.4.x
* Next most recent release series: 1.3.x
### Unsupported Release Series
When a release series is no longer supported, its your own responsibility to deal with bugs and security issues. We may provide back-ports of the fixes and publish them to git, however there will be no new versions released. If you are not comfortable maintaining your own versions, you should upgrade to a supported version.