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: ReleaseGuidelines.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ The following steps outline the process to prepare a Release Candidate of MDS. T
228
228
This is a pre-release: Check
229
229
```
230
230
231
-
1. [Open an Issue][mds-issue-new] to start the Release Candidate review process, using the `Release Candidate review` template. Fill in the appropriate Release Candidate version/URL.
231
+
1. [Open a Pull Request][mds-pr-rc] from the release branch to `dev`. This ensures any changes to the Release Candidate during the review process make their way back into `dev`. This pull request is where review comments and feedback will be collected.
232
232
233
233
1. Post an announcement to the [MDS-announce Mailing List][mds-announce], copying the [release notes](ReleaseNotes.md) created earlier and linking to the [GitHub release][mds-releases] and Release Candidate review Issue:
234
234
@@ -270,7 +270,7 @@ Repeat as-needed for subsequent Release Candidates.
270
270
271
271
The following steps describe how to make an approved [Release Candidate][prepare-rc] an official release of MDS:
272
272
273
-
1. Ensure OMF review has been completed and the Issue created during the Release Candidate process has been closed.
273
+
1. Ensure OMF review has been completed and approval granted.
274
274
275
275
1. In the release branch created earlier, update the ReleaseNotes.md with the new date of the release:
276
276
@@ -283,9 +283,9 @@ The following steps describe how to make an approved [Release Candidate][prepare
283
283
etc...
284
284
```
285
285
286
-
1. [Open a Pull Request][mds-pr-new] from the release branch to `dev`. This ensures any changes to the Release Candidate during the review process make their way back into `dev`. Merge this PR.
286
+
1. Merge the Pull Request created during the Release Candidate process to `dev`.
287
287
288
-
1. [Open a Pull Request][mds-pr-new] from the release branch to `master`. Merge this PR to make the release official.
288
+
1. [Open a Pull Request][mds-pr-final] from the release branch to `master`. Merge this PR to make the release official.
289
289
290
290
1. Create a tag in`master`for the new version. For example for`0.5.0`:
291
291
@@ -372,6 +372,8 @@ In rare cases, a hotfix for a prior release may be required out-of-phase with th
0 commit comments