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
Edit repo url after move + fix new org CI failures (#1015)
2 parts Pull Request
Part 1: Edit the repo URL in
- README.md
- CHANGELOG.md
- xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd
The change was to replace "NeTEx-CEN" with "TransmodelEcosystem"
Part 2: Fix failing CI after moving the repo
- Test CI after org migration (#1018)
- Test: break indentation to trigger CI lint commit (#1018)
- Try to fix CI (#1018): grant write permissions to workflow token
- Lint and update documentation tables
---------
Co-authored-by: Thibaut Barrère <thibaut.barrere@gmail.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This is a major release, with work going back to as far as late 2020.
8
8
9
9
Data producers are encouraged to use XSD validation tooling in order to detect & upgrade their data feeds. To do so, clone the repository locally & validate against `xsd/NeTEx_publication.xsd` (the entry point).
10
10
11
-
If you think you found a bug, or have a question, [please provide feedback here](https://github.com/NeTEx-CEN/NeTEx/issues).
11
+
If you think you found a bug, or have a question, [please provide feedback here](https://github.com/TransmodelEcosystem/NeTEx/issues).
12
12
13
13
### Structural changes:
14
14
@@ -34,13 +34,13 @@ Functional evolutions are largely additive, but existing datasets should be reva
34
34
---
35
35
## v1.3.1 (EPIAP)
36
36
37
-
* EPIAP to Master by @skinkie in https://github.com/NeTEx-CEN/NeTEx/pull/705
38
-
* Add properties to describe the height of a Lift by @juliustens-db in https://github.com/NeTEx-CEN/NeTEx/pull/696
39
-
* Fix typo by @skinkie in https://github.com/NeTEx-CEN/NeTEx/pull/722
40
-
* Update neTactileActuators attribute on Escalators and Travelators #665tex_ifopt_equipmentAccess_version.xsd by @ue71603 in https://github.com/NeTEx-CEN/NeTEx/pull/720
41
-
* Update netex_facility_support.xsd by @ue71603 in https://github.com/NeTEx-CEN/NeTEx/pull/724
42
-
* TypeOfEntity is abstract by @skinkie in https://github.com/NeTEx-CEN/NeTEx/pull/723
43
-
* Fixes from #721 by @skinkie in https://github.com/NeTEx-CEN/NeTEx/pull/725
37
+
* EPIAP to Master by @skinkie in https://github.com/TransmodelEcosystem/NeTEx/pull/705
38
+
* Add properties to describe the height of a Lift by @juliustens-db in https://github.com/TransmodelEcosystem/NeTEx/pull/696
39
+
* Fix typo by @skinkie in https://github.com/TransmodelEcosystem/NeTEx/pull/722
40
+
* Update neTactileActuators attribute on Escalators and Travelators #665tex_ifopt_equipmentAccess_version.xsd by @ue71603 in https://github.com/TransmodelEcosystem/NeTEx/pull/720
41
+
* Update netex_facility_support.xsd by @ue71603 in https://github.com/TransmodelEcosystem/NeTEx/pull/724
42
+
* TypeOfEntity is abstract by @skinkie in https://github.com/TransmodelEcosystem/NeTEx/pull/723
43
+
* Fixes from #721 by @skinkie in https://github.com/TransmodelEcosystem/NeTEx/pull/725
| v2.0 | The last stable branch of the XML Schema, result of the NeTEx revision made during 2022-2026 | Bug fixes only |[Direct link](https://github.com/NeTEx-CEN/NeTEx)|
41
-
| v1.3 | The previous branch of the XML Schema that was published prior to the 2026 revision of NeTEx, it matches the state of the XSD at the date of the publication of Part 6 (CEN/TS 16614-6:2024) with the correction of bugs and typos -- **Important note**: this branch is not longer maintained | Not maintained |[Direct link](https://github.com/NeTEx-CEN/NeTEx/tree/v1.3)|
42
-
| v2.1-wip | All the upcoming work to improve v2.0 | In development |[GitHub](https://github.com/NeTEx-CEN/NeTEx/tree/v2.1-wip)|
43
-
| v3.0-wip | All the upcoming work preparing the migration from CEN/TS to CEN/EN for the entire NeTEx series | In development |[GitHub](https://github.com/NeTEx-CEN/NeTEx/tree/v3.0-wip)|
40
+
| v2.0 | The last stable branch of the XML Schema, result of the NeTEx revision made during 2022-2026 | Bug fixes only |[Direct link](https://github.com/TransmodelEcosystem/NeTEx)|
41
+
| v1.3 | The previous branch of the XML Schema that was published prior to the 2026 revision of NeTEx, it matches the state of the XSD at the date of the publication of Part 6 (CEN/TS 16614-6:2024) with the correction of bugs and typos -- **Important note**: this branch is not longer maintained | Not maintained |[Direct link](https://github.com/TransmodelEcosystem/NeTEx/tree/v1.3)|
42
+
| v2.1-wip | All the upcoming work to improve v2.0 | In development |[GitHub](https://github.com/TransmodelEcosystem/NeTEx/tree/v2.1-wip)|
43
+
| v3.0-wip | All the upcoming work preparing the migration from CEN/TS to CEN/EN for the entire NeTEx series | In development |[GitHub](https://github.com/TransmodelEcosystem/NeTEx/tree/v3.0-wip)|
44
44
45
45
All other branches are considered as feature branches, meaning that they are used for development only and are to be deleted once a Pull Request is merged. See below for more details on contributions.
46
46
@@ -92,7 +92,7 @@ The folder contains more comprehensive NeTEx files that aim to represent either
92
92
93
93
### Starting a discussion 💬
94
94
95
-
Either for a modelling question or a request for change, please start a discussion using the [GitHub issues](https://github.com/NeTEx-CEN/NeTEx/issues).
95
+
Either for a modelling question or a request for change, please start a discussion using the [GitHub issues](https://github.com/TransmodelEcosystem/NeTEx/issues).
96
96
In your issue, make sure that:
97
97
- The title is a clear summary of your question / requst for change,
98
98
- The content sufficiently details:
@@ -119,16 +119,16 @@ _Upcoming: templates for Pull Request_
119
119
### Releases
120
120
| Release Number | Release Date | Description | Link |
| v1.2 | March 2022 | Before the extension to alternative modes of operation |[Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.2)|
123
-
| v1.2.2 | August 2023 | With the inclusion of NeTEx Part 5 (Alternative modes) |[Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.2.2)|
124
-
| v1.2.3 | May 2024 | Improvement on the v1.2.2 before the release of NeTEx Part 6 (EPIAP) |[Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.2.3)|
125
-
| v1.3.1 | May 2024 | Release of NeTex Part 6, the European Passenger Information Accessibility Profile (EPIAP) |[Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v1.3.1)|
126
-
| v2.0.0 | February 2026 | Matches the CEN documentation published in February 2026 for NeTEx Parts 1, 2, 3 and 5. Considered as the latest version of NeTEx to be used for production. |[Code](https://github.com/NeTEx-CEN/NeTEx/releases/tag/v2.0.0)|
122
+
| v1.2 | March 2022 | Before the extension to alternative modes of operation |[Code](https://github.com/TransmodelEcosystem/NeTEx/releases/tag/v1.2)|
123
+
| v1.2.2 | August 2023 | With the inclusion of NeTEx Part 5 (Alternative modes) |[Code](https://github.com/TransmodelEcosystem/NeTEx/releases/tag/v1.2.2)|
124
+
| v1.2.3 | May 2024 | Improvement on the v1.2.2 before the release of NeTEx Part 6 (EPIAP) |[Code](https://github.com/TransmodelEcosystem/NeTEx/releases/tag/v1.2.3)|
125
+
| v1.3.1 | May 2024 | Release of NeTex Part 6, the European Passenger Information Accessibility Profile (EPIAP) |[Code](https://github.com/TransmodelEcosystem/NeTEx/releases/tag/v1.3.1)|
126
+
| v2.0.0 | February 2026 | Matches the CEN documentation published in February 2026 for NeTEx Parts 1, 2, 3 and 5. Considered as the latest version of NeTEx to be used for production. |[Code](https://github.com/TransmodelEcosystem/NeTEx/releases/tag/v2.0.0)|
127
127
128
128
**Important notes:**
129
129
- Releases (and their tags) are a snapshot of the corresponding working branch in time.
130
130
- For any official reference to a NeTEx version, it is recommended to point to a 2-digit version (e.g., v1.3, v2.0).
131
131
- For any development work, it is recommended to use the latest 3-digit version of NeTEx XML Schema.
132
132
133
133
### Comprehensive version history
134
-
The comprehensive versions history is available in [CHANGELOG.md](https://github.com/NeTEx-CEN/NeTEx/blob/v2.0/CHANGELOG.md)
134
+
The comprehensive versions history is available in [CHANGELOG.md](https://github.com/TransmodelEcosystem/NeTEx/blob/v2.0/CHANGELOG.md)
0 commit comments