diff --git a/docs/bug-triage.md b/docs/bug-triage.md index d68829847e..39b09c0fa1 100644 --- a/docs/bug-triage.md +++ b/docs/bug-triage.md @@ -97,3 +97,7 @@ When triaging or fixing an issue consider if the fix should be backported. If it corresponding `backport/` label. For convenience, use the `.github/scripts/pr-backport.sh` to help create the backport PRs. + +By adding a `backport/` label to the issue it is automatically added to the patch release project, and +additionally when merging the PR the `backport/` is automatically replaced with a `release/x.y.z` label. +Please do not add `release/x.y.z` manually! \ No newline at end of file