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: RELEASE_PROCESS.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ A _patch release_ is an increment of the patch number (eg: `v1.2.0` → `v1.2.1`
57
57
58
58
**Patch release must not break API nor consensus.**
59
59
60
-
Updates to the release branch should come from `main` by backporting PRs (usually done by automatic cherry-pick followed by a PRs to the release branch). The backports must be marked using `backport/Y` label in PR for main.
60
+
Updates to the release branch should come from `main` by backporting PRs (usually done by automatic cherry-pick followed by PRs to the release branch). The backports must be marked using `backport/Y` label in PR for main.
61
61
It is the PR author's responsibility to fix merge conflicts, update changelog entries, and
62
62
ensure CI passes. If a PR originates from an external contributor, a core team member assumes
63
63
responsibility to perform this process instead of the original author.
0 commit comments