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
about: Initiate discussion to obtain OMF approval for new release
4
+
title: Release Candidate [X.Y.Z]
5
+
labels: admin
6
+
assignees: jfh01
7
+
8
+
---
9
+
10
+
### Summary
11
+
12
+
The Release Candidate for MDS `X.Y.Z` has been submitted: <https://github.com/openmobilityfoundation/mobility-data-specification/releases/tag/X.Y.Z-rc>
13
+
14
+
Please use this pull request to track Technology Council and OMF Board feedback and/or requested changes.
15
+
16
+
### Action Item
17
+
18
+
This pull request will be merged by an OMF maintainer after OMF Board Approval following the [Release Guidelines](https://github.com/openmobilityfoundation/mobility-data-specification/blob/master/ReleaseGuidelines.md#making-a-release).
about: Finalize and publish an OMF approved release
4
+
title: Release [X.Y.Z]
5
+
labels: admin
6
+
assignees: jfh01
7
+
8
+
---
9
+
10
+
### Summary
11
+
12
+
The Release Candidate for MDS `X.Y.Z` has been approved: <https://github.com/openmobilityfoundation/mobility-data-specification/releases/tag/X.Y.Z-rc>
13
+
14
+
This pull request will make the release official in `master`.
15
+
16
+
### Action Item
17
+
18
+
Merge this pull request following the [Release Guidelines](https://github.com/openmobilityfoundation/mobility-data-specification/blob/master/ReleaseGuidelines.md#making-a-release).
Copy file name to clipboardExpand all lines: ReleaseGuidelines.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Contributors submit proposals for inclusion in the release cycle in the form of
97
97
98
98
Contributors will provide feedback on proposals. Where possible, discussion will happen via GitHub. Weekly calls will support dialog around more complex or controversial issues. By the end of week 9, all active proposals must be in the form of a pull request. Proposals can be withdrawn or split apart for inclusion in future releases.
99
99
100
-
#####Weeks 10-11: Decision making
100
+
#### Weeks 10-11: Decision making
101
101
102
102
These weeks will start with an web conference work session for all contributors to review and discuss current proposals. Goal is to achieve consensus where possible, or to clearly articulate areas of disagreement where not. Minor changes may be accepted at this stage if they bring contributors to consensus.
103
103
@@ -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