You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/release/README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Patch releases are made on an adhoc basis, but we try and avoid them given the f
30
30
- Once the PR is approved and merged, we tag the rc in the release branch, and release from the release branch
31
31
- Bug fixes can be merged to the release branch and patch releases can be created from the release branch
32
32
33
-
#### How to add changes to `branch-*` branch?
33
+
#### How to backport (add changes) to `branch-*` branch
34
34
35
35
If you would like to propose your change for inclusion in a release branch for a
36
36
patch release:
@@ -39,6 +39,16 @@ patch release:
39
39
1. Follow normal workflow to create PR to `main` branch and wait for its approval and merge.
40
40
1. After PR is squash merged to `main`, branch from most recent release branch (e.g. `branch-37`), cherry-pick the commit and create a PR targeting the release branch [example backport PR].
41
41
42
+
For example, to backport commit `12345` from `main` to `branch-43`:
0 commit comments