Skip to content

Commit

Permalink
README-MAINTAINER update timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 18, 2022
1 parent 43d1e69 commit e85f301
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
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.3.0/org.eclipse.embedcdt.repository-6.3.0-202206121057.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/>

The official download page is
Expand Down Expand Up @@ -192,6 +192,8 @@ Go to the release candidate folder

Get the timestamp and update the README-MAINTENANCE.md file.

Commit with _README-MAINTAINER update timestamp_.

### Create a release candidate record

This applies only for the first release candidate, or for the final release.
Expand Down Expand Up @@ -248,14 +250,14 @@ 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.3.0-202206121057/p2/`
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.0-202208180721/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
- select the Contribution and **Validate**
- select the Aggregation and **Validate**
- Save
- commit _embedcdt: update for 6.3.0-202206121057'_
- commit _embedcdt: update for 6.3.0-202208180721'_
- _Signed-off-by: Liviu Ionescu <[email protected]>_
- _Signed-off-by: Liviu Ionescu &lt;[email protected]&gt;_

Expand Down Expand Up @@ -284,7 +286,7 @@ In about one hour it'll automatically rebuild the staging repo:

Announce the release candidate to the **[email protected]** list;
use a subject like
**Embed CDT v6.3.0-202206121057 release candidate**,
**Embed CDT v6.3.0-202208180721 release candidate**,
and pass a link to the release page, available at:

- <https://projects.eclipse.org/projects/iot.embed-cdt/>
Expand All @@ -299,7 +301,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.3.0-202206121057` (with `v`).
Copy the tag and enter it in Git, like `v6.3.0-202208180721` (with `v`).

## Publish the final release

Expand Down Expand Up @@ -352,12 +354,12 @@ In the `develop` branch, in `_posts/release`, 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.3.0/org.eclipse.embedcdt.repository-6.3.0-202206121057.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.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.3.0/org.eclipse.embedcdt.repository-6.3.0-202206121057.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202206121057.zip.sha>
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip.sha>

Update the milestone URL.

Expand Down

0 comments on commit e85f301

Please sign in to comment.