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: docs/ci/RELEASE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,8 @@ The app-k9mail/src/main/res/raw/changelog_master.xml should not include any beta
191
191
192
192
## Branch Uplifts
193
193
194
-
If the urgency of a fix requires it to be included in the Beta or Release channel before the next merge, the uplift process is followed. If possible, uplifts should be avoided and patches should “ride the train” instead, following the merge day cycle.
194
+
If the urgency of a fix requires it to be included in the Beta or Release channel before the next merge, the uplift process is followed.
195
+
If possible, uplifts should be avoided and patches should “ride the train” instead, following the merge day cycle.
195
196
196
197
### Uplift Criteria
197
198
@@ -210,15 +211,14 @@ Release uplifts should additionally:
210
211
211
212
### Uplift Process
212
213
213
-
1. The requestor adds the "task: uplift to beta" or "task: uplift to release" label to a merged pull request.
214
-
2. The requestor makes a comment in the associated issue with the Approval Request Comment template filled out.
215
-
3. The release driver reviews all uplift requests and, retaining the label for approved uplifts and removing the label for rejected uplifts.
216
-
4. The release driver runs the Uplift Merges action for the specified target branch, which will remove the label, adjust the milestone, cherry-pick the commits, and push to the target branch.
214
+
1. The requestor creates a pull request against the target uplift branch.
215
+
2. The requestor adds a comment to the pull request with the Approval Request template filled out.
216
+
3. The release driver reviews the uplift request, merging if approved, or closing with a comment if rejected.
0 commit comments