@@ -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.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip >
45
+ - < https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip >
46
46
- < https://download.eclipse.org/embed-cdt/releases/6.4.0/p2/ >
47
47
48
48
The official download page is
@@ -182,8 +182,6 @@ Wait for the GitHub Actions CI job to confirm that the build passed.
182
182
183
183
### Trigger the Jenkins master build
184
184
185
- Note: this happens now automatically, at each push.
186
-
187
185
- go to [ https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ ] ( https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ )
188
186
- ** login** (otherwise the next link will not be visible!)
189
187
- click the ** Scan Multibranch Pipeline Now** link
@@ -274,7 +272,7 @@ In Eclipse:
274
272
- right click: ** Show Properties View**
275
273
- in the right side, edit the ** Location** field to the new release
276
274
candidate p2 URL (like
277
- ` https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202304281106 /p2/ `
275
+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202307251916 /p2/ `
278
276
and press Enter
279
277
- select all the features in the contribution, right-click and choose
280
278
** Fix Versions**
@@ -283,7 +281,7 @@ and press Enter
283
281
- Save
284
282
- stage ` simrel.aggr ` & ` embedcdt.aggrcon `
285
283
- commit with a message like:
286
- - _ embedcdt: update for 6.4.0-202304281106 _ ,
284
+ - _ embedcdt: update for 6.4.0-202307251916 _ ,
287
285
- _ Signed-off-by: Liviu Ionescu
< [email protected] > _
288
286
- click the ** Commit** button (do not Push yet)
289
287
- right click, Show in local Terminal
@@ -313,7 +311,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
313
311
314
312
Announce the release candidate to the
** [email protected] ** list;
315
313
use a subject like
316
- ** Embed CDT v6.4.0-202304281106 release candidate** ,
314
+ ** Embed CDT v6.4.0-202307251916 release candidate** ,
317
315
and pass a link to the release page, available at:
318
316
319
317
- < https://projects.eclipse.org/projects/iot.embed-cdt/ >
@@ -328,7 +326,7 @@ Go to the release candidate folder
328
326
329
327
- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
330
328
331
- Copy the tag and enter it in Git, like ` v6.4.0-202304281106 ` (with ` v ` ).
329
+ Copy the tag and enter it in Git, like ` v6.4.0-202307251916 ` (with ` v ` ).
332
330
333
331
## Publish the final release
334
332
@@ -382,12 +380,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
382
380
As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
383
381
and get the archive URL, like:
384
382
385
- - < https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip >
383
+ - < https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip >
386
384
387
385
Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
388
386
389
- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip >
390
- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip.sha >
387
+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip >
388
+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip.sha >
391
389
392
390
Update the milestone URL.
393
391
0 commit comments