docs: add LTS explanation and open vulnerabilities to README (#8077)

This commit is contained in:
Manuel
2022-06-28 10:19:48 +02:00
committed by GitHub
parent 7844442840
commit 35cd6910de
2 changed files with 24 additions and 29 deletions

View File

@@ -396,7 +396,7 @@ If the commit reverts a previous commit, use the prefix `revert:`, followed by t
### Major Release / Long-Term-Support
Long-Term-Support (LTS) is provided for the previous Parse Server major version. For example, Parse Server 4.x will receive security updates until Parse Server 5.x is superseded by Parse Server 6.x and becomes the new LTS version. While the current major version is published on branch `release`, a LTS version is published on branch `release-#.x.x`, for example `release-4.x.x` for the Parse Server 4.x LTS branch.
While the current major version is published on branch `release`, a Long-Term-Support (LTS) version is published on branch `release-#.x.x`, for example `release-4.x.x` for the Parse Server 4.x LTS branch.
### Preparing Release