diff options
| author | Stephen Belanger <admin@stephenbelanger.com> | 2021-10-19 08:38:53 -0700 |
|---|---|---|
| committer | Stephen Belanger <stephen.belanger@datadoghq.com> | 2021-10-19 09:42:18 -0700 |
| commit | e051a021d00fcac3dc3976b2555d0375d025715c (patch) | |
| tree | a60e4fa1afb13df54fe79cf4e88545d307e4dacd | |
| parent | d6c3a1075731052fd7199bc73be11a54e23c10be (diff) | |
| download | node-new-document-backport-labels.tar.gz | |
doc: explain backport labelsdocument-backport-labels
| -rw-r--r-- | doc/guides/backporting-to-release-lines.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/guides/backporting-to-release-lines.md b/doc/guides/backporting-to-release-lines.md index 75e16f410b..389c979e2e 100644 --- a/doc/guides/backporting-to-release-lines.md +++ b/doc/guides/backporting-to-release-lines.md @@ -24,6 +24,20 @@ 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. +## How to label backport issues and PRs? + +For the following labels, the `N` in `vN.x` refers to the major release number. + +| Label | Description | +| ----------------------- | ------------------------------------------------------------------------------------------------- | +| backport-blocked-vN.x | PRs that should land on the vN.x-staging branch but are blocked by another PR's pending backport. | +| backport-open-vN.x | Indicate that the PR has an open backport. | +| backport-requested-vN.x | PRs awaiting manual backport to the vN.x-staging branch. | +| backported-to-vN.x | PRs backported to the vN.x-staging branch. | +| baking-for-lts | PRs that need to wait before landing in a LTS release. | +| lts-watch-vN.x | PRs that may need to be released in vN.x. | +| vN.x | Issues that can be reproduced on vN.x or PRs targeting the vN.x-staging branch. | + ## How to submit a backport pull request For the following steps, let's assume that a backport is needed for the v10.x |
