Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 11, 2024
1 parent a3b3b1f commit ba9ca8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README-MAINTAINER.md
Expand Up @@ -42,7 +42,7 @@ For archiving purposes, the release is also published in a separate folder
for each version, with the archive in the top folder and the p2 repo as
a sub-folder

- <https://download.eclipse.org/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202401111557.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/p2/>

The official download page is
Expand Down Expand Up @@ -272,7 +272,7 @@ In Eclipse:
- right click: **Show Properties View**
- in the right side, edit the **Location** field to the new release
candidate p2 URL (like
`https://download.eclipse.org/embed-cdt/release-candidates/6.5.0-202307251916/p2/`
`https://download.eclipse.org/embed-cdt/release-candidates/6.5.0-202401111557/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
Expand All @@ -281,7 +281,7 @@ and press Enter
- Save
- stage `simrel.aggr` & `embedcdt.aggrcon`
- commit with a message like:
- _embedcdt: update for 6.5.0-202307251916_,
- _embedcdt: update for 6.5.0-202401111557_,
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
- click the **Commit** button (do not Push yet)
- right click, Show in local Terminal
Expand Down Expand Up @@ -311,7 +311,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:

Announce the release candidate to the **embed-cdt-dev@eclipse.org** list;
use a subject like
**Embed CDT v6.5.0-202307251916 release candidate**,
**Embed CDT v6.5.0-202401111557 release candidate**,
and pass a link to the release page, available at:

- <https://projects.eclipse.org/projects/iot.embed-cdt/>
Expand All @@ -326,7 +326,7 @@ Go to the release candidate folder

- [https://download.eclipse.org/embed-cdt/release-candidates/](https://download.eclipse.org/embed-cdt/release-candidates/)

Copy the tag and enter it in Git, like `v6.5.0-202307251916` (with `v`).
Copy the tag and enter it in Git, like `v6.5.0-202401111557` (with `v`).

## Publish the final release

Expand Down Expand Up @@ -380,12 +380,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
As links for the latest two, open <https://download.eclipse.org/embed-cdt/releases/>
and get the archive URL, like:

- <https://download.eclipse.org/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202401111557.zip>

Isolate the part starting with `/embed-cdt/...` and update the URLs to use the download redirect:

- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip.sha>
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202401111557.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202401111557.zip.sha>

Go to <https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones> and
update the fixed issues.
Expand Down

0 comments on commit ba9ca8c

Please sign in to comment.