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
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The sections below define the release process itself, including timeline, roles,
56
56
57
57
### Project Meetings
58
58
* Web conference and in person work sessions will posted to the [MDS-Announce mailing list](https://groups.google.com/forum/#!forum/mds-announce). Meetings generally occur monthly.
59
-
* The meeting organizer can use the [meeting template](https://github.com/CityOfLosAngeles/mobility-data-specification/wiki/Web-Conference-Template) to prepare for project meetings. Use the [template markup code](https://github.com/CityOfLosAngeles/mobility-data-specification/wiki/Web-Conference-Template/_edit) to create the next scheduled wiki meeting page before the meeting. Include the how to join the meeting and agenda details. Posting the agenda before the meeting has the added benefit that project contributors can propose agenda items.
59
+
* The meeting organizer can use the [meeting template](https://github.com/openmobilityfoundation/mobility-data-specification/wiki/Web-Conference-Template) to prepare for project meetings. Use the [template markup code](https://github.com/openmobilityfoundation/mobility-data-specification/wiki/Web-Conference-Template/_edit) to create the next scheduled wiki meeting page before the meeting. Include the how to join the meeting and agenda details. Posting the agenda before the meeting has the added benefit that project contributors can propose agenda items.
60
60
61
61
### Goals
62
62
@@ -197,16 +197,16 @@ The following steps **must** be followed for **every** release of MDS:
197
197
198
198
High level summary of the release.
199
199
200
-
* Specific change referencing a PR [#555](https://github.com/CityofLosAngeles/mobility-data-specification/pull/555)
200
+
* Specific change referencing a PR [#555](https://github.com/openmobilityfoundation/mobility-data-specification/pull/555)
201
201
202
-
* Another change summary referencing a PR [#777](https://github.com/CityofLosAngeles/mobility-data-specification/pull/777)
202
+
* Another change summary referencing a PR [#777](https://github.com/openmobilityfoundation/mobility-data-specification/pull/777)
203
203
```
204
204
205
205
The description of this PR should include a link to a GitHub compare page showing the changes that will be included in the release. This URL depends on the type of release:
206
206
207
-
* For a PATCH release like 0.4.2, compare the previous version in the series to the current state of the release branch: https://github.com/CityOfLosAngeles/mobility-data-specification/compare/0.4.1...0.4.x
207
+
* For a PATCH release like 0.4.2, compare the previous version in the series to the current state of the release branch: https://github.com/openmobilityfoundation/mobility-data-specification/compare/0.4.1...0.4.x
208
208
209
-
* For a MINOR release like 0.5.0, compare the last release in the previous series to the current state of `dev`: https://github.com/CityOfLosAngeles/mobility-data-specification/compare/master...dev
209
+
* For a MINOR release like 0.5.0, compare the last release in the previous series to the current state of `dev`: https://github.com/openmobilityfoundation/mobility-data-specification/compare/master...dev
210
210
211
211
In the case of a new MINOR version, allow a minimum of 24 hours for community discussion and review of the current state of the release.
212
212
@@ -246,11 +246,11 @@ The following steps **must** be followed for **every** release of MDS:
246
246
247
247
1. Publish a [new Release in GitHub][mds-releases-new] for the tag you just pushed. Copy in the [release notes](ReleaseNotes.md) created earlier.
248
248
249
-
1. Post a release announcement to [`mds-announce`](mailto:mds-announce@googlegroups.com), copying the [release notes](ReleaseNotes.md) created earlier and linking to the [GitHub release][mds-releases].
249
+
1. Post a release announcement to [`mds-announce`](mailto:mds-announce@groups.openmobilityfoundation.org), copying the [release notes](ReleaseNotes.md) created earlier and linking to the [GitHub release][mds-releases].
*[Legacy Version Header Cleanup](https://github.com/openmobilityfoundation/mobility-data-specification/pull/314)
13
+
*[Internationalization of Currency data](https://github.com/openmobilityfoundation/mobility-data-specification/pull/379)
14
+
*[Specify Types for Query Params](https://github.com/openmobilityfoundation/mobility-data-specification/pull/352)
15
+
*[Clarify the definition of Municipal Boundary](https://github.com/openmobilityfoundation/mobility-data-specification/pull/369)
16
+
*[Update Status Change JSON Schema to include Associated Trip properly](https://github.com/openmobilityfoundation/mobility-data-specification/pull/353)
17
17
18
18
*_Agency_*
19
-
*[Add Accuracy Field for GPS Telemetry Data](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/360)
20
-
*[String Limit to 255 Characters](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/361)
21
-
*[Remove SLA from /telemetry](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/371)
22
-
*[Update State Machine Diagram](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/363)
19
+
*[Add Accuracy Field for GPS Telemetry Data](https://github.com/openmobilityfoundation/mobility-data-specification/pull/360)
20
+
*[String Limit to 255 Characters](https://github.com/openmobilityfoundation/mobility-data-specification/pull/361)
21
+
*[Remove SLA from /telemetry](https://github.com/openmobilityfoundation/mobility-data-specification/pull/371)
22
+
*[Update State Machine Diagram](https://github.com/openmobilityfoundation/mobility-data-specification/pull/363)
23
23
24
24
*_Misc_*
25
-
*[New Policy API Endpoint](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/382)
26
-
*[Improved README for Schema Directory](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/398)
27
-
*[Add Car Vehicle Type](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/219)
28
-
*[Unify Error Responses between Provider / Agency](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/368)
29
-
*[Imrovements to Release Process](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/372)
25
+
*[New Policy API Endpoint](https://github.com/openmobilityfoundation/mobility-data-specification/pull/382)
26
+
*[Improved README for Schema Directory](https://github.com/openmobilityfoundation/mobility-data-specification/pull/398)
27
+
*[Add Car Vehicle Type](https://github.com/openmobilityfoundation/mobility-data-specification/pull/219)
28
+
*[Unify Error Responses between Provider / Agency](https://github.com/openmobilityfoundation/mobility-data-specification/pull/368)
29
+
*[Improvements to Release Process](https://github.com/openmobilityfoundation/mobility-data-specification/pull/372)
30
30
31
31
## 0.3.2
32
32
@@ -37,16 +37,16 @@ This release is a series of non breaking and minor changes for provider, along w
37
37
**CHANGES**
38
38
39
39
*_Provider_*
40
-
*[Add an optional recorded field to provider](https://github.com/CityOfLosAngeles/mobility-data-specification/issues/307)
@@ -57,22 +57,22 @@ This release represents a series of non-breaking changes and clarifications for
57
57
58
58
*_Provider_*
59
59
* MDS Schema version fix.
60
-
*[New release process](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/264). Thanks @jfh for documenting, all for participating
61
-
*[Additional documentation around what is considered Breaking / Non-Breaking](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/295). Thanks @rf-
62
-
*[OPTIONS for version negotiation](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/293). Thanks @billdirks
63
-
*[Add Agency Drop off / pick up](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/291). Thanks @margodawes
64
-
*[Explicitly allow associated_trip for any event type](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/297)
60
+
*[New release process](https://github.com/openmobilityfoundation/mobility-data-specification/pull/264). Thanks @jfh for documenting, all for participating
61
+
*[Additional documentation around what is considered Breaking / Non-Breaking](https://github.com/openmobilityfoundation/mobility-data-specification/pull/295). Thanks @rf-
62
+
*[OPTIONS for version negotiation](https://github.com/openmobilityfoundation/mobility-data-specification/pull/293). Thanks @billdirks
63
+
*[Add Agency Drop off / pick up](https://github.com/openmobilityfoundation/mobility-data-specification/pull/291). Thanks @margodawes
64
+
*[Explicitly allow associated_trip for any event type](https://github.com/openmobilityfoundation/mobility-data-specification/pull/297)
65
65
66
66
*_Agency_*
67
67
* Change from UUIDv4 to just UUID. Thanks @karcass
68
68
* Change Error Messages for State Machine validation.
* Clarify the `associated_trips` field in Status Changes [#96](https://github.com/CityOfLosAngeles/mobility-data-specification/pull/96)
141
+
* Clarify the `associated_trips` field in Status Changes [#96](https://github.com/openmobilityfoundation/mobility-data-specification/pull/96)
142
142
143
143
## 0.1.0
144
144
@@ -148,4 +148,4 @@ This release includes a number of enhancements and clarifications to the [`provi
148
148
149
149
* MDS is under active development. As such, pre-`1.0` versions may introduce breaking changes until things stabilize. Every effort will be made to ensure that any breaking change is well documented and that appropriate workarounds are suggested.
0 commit comments