Skip to content
Closed
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
6 changes: 4 additions & 2 deletions doc/guides/backporting-to-release-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ requesting that a backport pull request be made.
## What can be backported?

The "Current" release line is much more lenient than the LTS release lines in
what can be landed. Our LTS release lines (see the [Release Plan][])
what can be landed. Our Active LTS release lines (see the [Release Plan][])
require that commits mature in the Current release for at least 2 weeks before
they can be landed in an LTS staging branch. Only after "maturation" will those
commits be cherry-picked or backported.
commits be cherry-picked or backported. Our Maintenance release lines require
critical bug fix commits, backports that introduce new feature will be rejected
even if `backport-requested-vN.x` label is set on the original PR.

## How to submit a backport pull request

Expand Down