diff --git a/profile/README.md b/profile/README.md index 812ec11..590aba0 100644 --- a/profile/README.md +++ b/profile/README.md @@ -13,7 +13,7 @@ Planning Council meeting minutes, are maintained in the wiki: ## SimRel Wiki -The [SimRel Wiki](../wiki/README.md) provides details about the processes involved in producing the quarterly release, including schedules: +The SimRel Wiki provides details about the processes involved in producing the quarterly release, including schedules: - [SimRel Schedule](../wiki/Simultaneous_Release.md) - [SimRel Overview](../wiki/SimRel/Overview.md) @@ -54,4 +54,4 @@ The self-documenting continuous integration instance provides useful information - [SimRel Staging Repositories](https://download.eclipse.org/staging/) - [Eclipse Packaging Project (EPP)](https://github.com/eclipse-packaging/packages/blob/master/README.md) - [EPP Release Repositories](https://download.eclipse.org/technology/epp/packages/) -- [EPP Staging Repositories](https://download.eclipse.org/technology/epp/staging/repository/) +- [EPP Staging Repository](https://download.eclipse.org/technology/epp/staging/repository/) diff --git a/wiki/README.md b/wiki/README.md deleted file mode 100644 index 3253699..0000000 --- a/wiki/README.md +++ /dev/null @@ -1,58 +0,0 @@ - - ---- - -# SimRel Wiki - -A number of Eclipse projects harmonize their development activities to produce releases on a coordinated schedule -to produce the so-called *simultaneous release*, *coordinated release*, or *release train* of Eclipse. - ---- - -#### Planning Council - -This folder provides the wiki for the Eclipse Planning Council, which helps manage, direct, and schedule the SimRel activities. - -- [Eclipse Planning Council](Planning_Council.md) - ---- - -#### SimRel Details - -This folder also provides provides details about the processes involved in producing the quarterly release, including schedules: - -- [SimRel Schedule](Simultaneous_Release.md) -- [SimRel Overview](SimRel/Overview.md) -- [SimRel Requirements](SimRel/Simultaneous_Release_Requirements.md) -- [SimRel Roles](SimRel/Simultaneous_Release_Roles.md) -- [SimRel Plan](SimRel/Simultaneous_Release_Plan.md) -- [SimRel Contribution](SimRel/Contributing_to_Simrel_Aggregation_Build.md) -- [SimRel FAQ](SimRel/Simultaneous_Release_Cycle_FAQ.md) -- [SimRel Checklist](SimRel/Release_Checklist.md) - -#### Adding a new SimRel and its dates - -When adding a new simultaneous release and its dates, first add the JSON file containing the agreed dates for `M1`, `M2`, `M3`, `RC1`, `RC2` and `GA` in a JSON file named -``` -wiki/SimRel/_dates.json -``` -where `` is for example `2025-12`. - -To generate the wiki details page for that release, the following command can be run from the root of this repository (requiring Java-25 or later): -``` -java scripts/generateReleaseDetails.java -``` - ---- - -#### Why this format? - -You may be wondering why this format for the wiki pages? -The information in this folder was previously hosted at [wiki.eclipse.org](https://wiki.eclipse.org/), -but in early 2024 that wiki [was made read-only](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan). -The GitHub built-in wiki was determined to be insufficiently flexible. -- Non-committers can't easily contribute due to lack of support for Pull Requests. -- Folder nesting is not fully supported. -- Overall navigation is somewhat limited. - -Therefore simply storing the files as markdown directly in this repository seemed the best solution. diff --git a/wiki/SimRel/Release_Checklist.md b/wiki/SimRel/Release_Checklist.md index d98358d..9ac9d92 100644 --- a/wiki/SimRel/Release_Checklist.md +++ b/wiki/SimRel/Release_Checklist.md @@ -87,7 +87,7 @@ href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=544179">bug

Update SimRel wiki pages

SimRel release engineer

diff --git a/wiki/Simultaneous_Release.md b/wiki/Simultaneous_Release.md index 5c55a37..110cb12 100644 --- a/wiki/Simultaneous_Release.md +++ b/wiki/Simultaneous_Release.md @@ -9,7 +9,7 @@ existing simultaneous releases from the current and previous years. -f2 + @@ -18,6 +18,38 @@ existing simultaneous releases from the current and previous years. + + + + + + + + + + + + + + @@ -35,7 +67,7 @@ Repository - + - + - +

Release name

Platform version

Release

2026-06 (Future release)

4.40

June 10, 2026

Wiki
+ +

2026-03 (Future release)

4.39

March 11, 2026

Wiki
+ +

2025-12 (Future release)

4.38

2025-09 (Future release)

2025-09 (Current release)

4.37

September 10, 2025

2025-06 (Current release)

2025-06 (Last release)

4.36

June 11, 2025

2025-03 (Last release)

2025-03

4.35

March 12, 2025

+## Adding a New SimRel Schedule + +When adding a new simultaneous release schedule, +first add the `*json` file containing the dates for `M1`, `M2`, `M3`, `RC1`, `RC2` and `GA` as follows: +``` +wiki/SimRel/_dates.json +``` +Here `` is, for example, `2025-12`. + +To generate the wiki details page for that release, +the following command can be run from the root of this repository, +which requires Java-25 or later: +``` +java scripts/generateReleaseDetails.java +``` + +### Why This format? + +You may be wondering why this format for the wiki pages? +The information in this folder was previously hosted at `https://wiki.eclipse.org/`, +but in early 2024 that wiki [was made read-only](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan). +The GitHub built-in wiki was determined to be insufficiently flexible for managing and authoring content. +- Non-committers can't easily contribute due to lack of support for pull requests. +- Folder nesting is not fully supported. +- Overall navigation is somewhat limited. + +Therefore simply storing the files as markdown directly in this repository was deemed to be the best solution. ## Older Releases