Skip to content

Commit 533bf7f

Browse files
committed
updating release process
* create rc -> dev PR earlier * no need for rc issue (using PR instead)
1 parent ac39291 commit 533bf7f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

ReleaseGuidelines.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The following steps outline the process to prepare a Release Candidate of MDS. T
228228
This is a pre-release: Check
229229
```
230230
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.
232232
233233
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:
234234
@@ -270,7 +270,7 @@ Repeat as-needed for subsequent Release Candidates.
270270
271271
The following steps describe how to make an approved [Release Candidate][prepare-rc] an official release of MDS:
272272
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.
274274
275275
1. In the release branch created earlier, update the ReleaseNotes.md with the new date of the release:
276276
@@ -283,9 +283,9 @@ The following steps describe how to make an approved [Release Candidate][prepare
283283
etc...
284284
```
285285
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`.
287287
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.
289289
290290
1. Create a tag in `master` for the new version. For example for `0.5.0`:
291291
@@ -372,6 +372,8 @@ In rare cases, a hotfix for a prior release may be required out-of-phase with th
372372
[mds-milestones]: https://github.com/openmobilityfoundation/mobility-data-specification/milestones
373373
[mds-pr]: https://github.com/openmobilityfoundation/mobility-data-specification/pulls
374374
[mds-pr-new]: https://github.com/openmobilityfoundation/mobility-data-specification/compare
375+
[mds-pr-rc]: https://github.com/openmobilityfoundation/mobility-data-specification/compare?template=release-candidate.md
376+
[mds-pr-final]: https://github.com/openmobilityfoundation/mobility-data-specification/compare?template=release-final.md
375377
[mds-releases]: https://github.com/openmobilityfoundation/mobility-data-specification/releases
376378
[mds-releases-new]: https://github.com/openmobilityfoundation/mobility-data-specification/releases/new
377379
[mds-schema-common]: https://github.com/openmobilityfoundation/mobility-data-specification/blob/master/schema/templates/common.json

0 commit comments

Comments
 (0)