docs/contribution/releases/backporting.md
Backporting is the process of applying changes from trunk to a release branch. This ensures critical fixes reach customers in upcoming releases. Note that these flows apply only to UPCOMING RELEASES (not patches to already-released versions).
When a release branch is created, it's copied from trunk at the time of feature freeze. After creation:
trunk, any fixes in a release branch must also be applied to trunk.Changes qualify for backporting only if they are:
When to use: Most backporting scenarios
trunk as your base branch9.8.0)trunkNote: For urgent fixes near release deadlines, contact the release lead directly.
When to use: Critical fixes that must target the release branch directly
cherry pick to trunk if the change should also go to trunktrunk