Skip to content

Commit f55ad32

Browse files
TuThoThaithbargithub-actions[bot]
authored
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>
1 parent de021e8 commit f55ad32

4 files changed

Lines changed: 23 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on: push
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
run:
710
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a major release, with work going back to as far as late 2020.
88

99
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).
1010

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).
1212

1313
### Structural changes:
1414

@@ -34,13 +34,13 @@ Functional evolutions are largely additive, but existing datasets should be reva
3434
---
3535
## v1.3.1 (EPIAP)
3636

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
4444

4545
---
4646
## Version 1.2.2 - Revised to add New Modes

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ At the root of the `xsd` folder, the file `NeTEx_publication.xsd` should be used
3737

3838
| Branch Name | Description | Maintenance status | Link |
3939
| ----------- | ------------------------------------------------------- | ----------------------------------------------- |-----------------------------------------------
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/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) |
4444

4545
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.
4646

@@ -92,7 +92,7 @@ The folder contains more comprehensive NeTEx files that aim to represent either
9292

9393
### Starting a discussion 💬
9494

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).
9696
In your issue, make sure that:
9797
- The title is a clear summary of your question / requst for change,
9898
- The content sufficiently details:
@@ -119,16 +119,16 @@ _Upcoming: templates for Pull Request_
119119
### Releases
120120
| Release Number | Release Date | Description | Link |
121121
| -------------- | ------------- | ---------------------------------------------- | ------------- |
122-
| 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) |
127127

128128
**Important notes:**
129129
- Releases (and their tags) are a snapshot of the corresponding working branch in time.
130130
- For any official reference to a NeTEx version, it is recommended to point to a 2-digit version (e.g., v1.3, v2.0).
131131
- For any development work, it is recommended to use the latest 3-digit version of NeTEx XML Schema.
132132

133133
### 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)

xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Rail transport, Roads and Road transport
7575
</Date>
7676
<Date><Modified>2011-02-05</Modified>Name Space changes
7777
</Date>
78-
<Date><Modified>2023-12-13</Modified>#391 https://github.com/NeTEx-CEN/NeTEx/issues/391
78+
<Date><Modified>2023-12-13</Modified>#391 https://github.com/TransmodelEcosystem/NeTEx/issues/391
7979
Enhancements: Add constraints of LINE to SERVICE EXCLUSION
8080
Add constraints of LINE DIRECTION to ROUTING CONSTRAINT ZONE.
8181
</Date>

0 commit comments

Comments
 (0)