@@ -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.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip >
45
+ - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip >
46
46
- < https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/ >
47
47
48
48
The official download page is
@@ -176,6 +176,8 @@ When ready, merge the `develop` branch into `master`, and push them to GitHub.
176
176
177
177
Wait for the GitHub Actions CI job to confirm that the build passed.
178
178
179
+ - < https://github.com/eclipse-embed-cdt/eclipse-plugins/actions >
180
+
179
181
### Trigger the Jenkins master build
180
182
181
183
- go to [ https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ ] ( https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ )
@@ -261,14 +263,14 @@ In Eclipse:
261
263
- right click: ** Show Properties View**
262
264
- in the right side, edit the ** Location** field to the new release
263
265
candidate p2 URL (like
264
- ` https://download.eclipse.org/embed-cdt/release-candidates/6.3.2-202210101738 /p2/ `
266
+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.3.2-202304281106 /p2/ `
265
267
and press Enter
266
268
- select all the features in the contribution, right-click and choose
267
269
** Fix Versions**
268
270
- select the Contribution and ** Validate**
269
271
- select the Aggregation and ** Validate**
270
272
- Save
271
- - commit _ embedcdt: update for 6.3.2-202210101738 _
273
+ - commit _ embedcdt: update for 6.3.2-202304281106 _
272
274
- _ Signed-off-by: Liviu Ionescu
< [email protected] > _
273
275
- _ Signed-off-by: Liviu Ionescu
< ; [email protected] > ; _
274
276
@@ -297,7 +299,7 @@ In about 5 minutes it'll automatically rebuild the staging repo:
297
299
298
300
Announce the release candidate to the
** [email protected] ** list;
299
301
use a subject like
300
- ** Embed CDT v6.3.2-202210101738 release candidate** ,
302
+ ** Embed CDT v6.3.2-202304281106 release candidate** ,
301
303
and pass a link to the release page, available at:
302
304
303
305
- < https://projects.eclipse.org/projects/iot.embed-cdt/ >
@@ -312,7 +314,7 @@ Go to the release candidate folder
312
314
313
315
- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
314
316
315
- Copy the tag and enter it in Git, like ` v6.3.2-202210101738 ` (with ` v ` ).
317
+ Copy the tag and enter it in Git, like ` v6.3.2-202304281106 ` (with ` v ` ).
316
318
317
319
## Publish the final release
318
320
@@ -366,12 +368,12 @@ In the `develop` branch, in `_posts/release`, add a new release page.
366
368
As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
367
369
and get the archive URL, like:
368
370
369
- - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip >
371
+ - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip >
370
372
371
373
Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
372
374
373
- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip >
374
- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip.sha >
375
+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip >
376
+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip.sha >
375
377
376
378
Update the milestone URL.
377
379
0 commit comments