@@ -42,7 +42,7 @@ For archiving purposes, the release is also published in a separate folder
42
42
for each version, with the archive in the top folder and the p2 repo as
43
43
a sub-folder
44
44
45
- - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip >
45
+ - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip >
46
46
- < https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/ >
47
47
48
48
The official download page is
@@ -209,7 +209,7 @@ Go to the release candidate folder
209
209
210
210
- < https://download.eclipse.org/embed-cdt/release-candidates/ >
211
211
212
- Get the timestamp and update the README-MAINTENANCE.md file.
212
+ Get the timestamp (like 202403210905) and update the README-MAINTENANCE.md file.
213
213
214
214
Commit with _ README-MAINTAINER update timestamp_ .
215
215
@@ -273,7 +273,7 @@ In Eclipse:
273
273
- right click: ** Show Properties View**
274
274
- in the right side, edit the ** Location** field to the new release
275
275
candidate p2 URL (like
276
- ` https://download.eclipse.org/embed-cdt/release-candidates/6.6.0-202403192128 /p2/ `
276
+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.6.0-202403210905 /p2/ `
277
277
and press Enter
278
278
- select all the features in the contribution, right-click and choose
279
279
** Fix Versions**
@@ -282,7 +282,7 @@ and press Enter
282
282
- Save
283
283
- stage ` simrel.aggr ` & ` embedcdt.aggrcon `
284
284
- commit with a message like:
285
- - _ embedcdt: update for 6.6.0-202403192128 _ ,
285
+ - _ embedcdt: update for 6.6.0-202403210905 _ ,
286
286
- _ Signed-off-by: Liviu Ionescu
< [email protected] > _
287
287
- click the ** Commit** button (do not Push yet)
288
288
- right click, Show in local Terminal
@@ -312,7 +312,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
312
312
313
313
Announce the release candidate to the
** [email protected] ** list;
314
314
use a subject like
315
- ** Embed CDT v6.6.0-202403192128 release candidate** ,
315
+ ** Embed CDT v6.6.0-202403210905 release candidate** ,
316
316
and pass a link to the release page, available at:
317
317
318
318
- < https://projects.eclipse.org/projects/iot.embed-cdt/ >
@@ -327,7 +327,7 @@ Go to the release candidate folder
327
327
328
328
- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
329
329
330
- Copy the tag and enter it in Git, like ` v6.6.0-202403192128 ` (with ` v ` ).
330
+ Copy the tag and enter it in Git, like ` v6.6.0-202403210905 ` (with ` v ` ).
331
331
332
332
## Publish the final release
333
333
@@ -381,12 +381,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
381
381
As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
382
382
and get the archive URL, like:
383
383
384
- - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip >
384
+ - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip >
385
385
386
386
Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
387
387
388
- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip >
389
- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip.sha >
388
+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip >
389
+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip.sha >
390
390
391
391
Go to < https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones > and
392
392
update the fixed issues.
0 commit comments