@@ -42,8 +42,8 @@ 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.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202401111557.zip >
46
- - < https://download.eclipse.org/embed-cdt/releases/6.5 .0/p2/ >
45
+ - < https://download.eclipse.org/embed-cdt/releases/6.6 .0/org.eclipse.embedcdt.repository-6.6 .0-202401111557.zip >
46
+ - < https://download.eclipse.org/embed-cdt/releases/6.6 .0/p2/ >
47
47
48
48
The official download page is
49
49
@@ -93,7 +93,7 @@ page, click the
93
93
[ Milestones] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/ )
94
94
button and add a
95
95
[ new] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new/ )
96
- milestone. As title, use the current version, like _ v6.5 .0_ .
96
+ milestone. As title, use the current version, like _ v6.6 .0_ .
97
97
98
98
### Update version in README-MAINTENANCE
99
99
@@ -122,17 +122,17 @@ For the plug-ins that were modified, increase the specific version
122
122
123
123
Commit the MANIFEST.MF files as _ update versions..._
124
124
125
- For all features, increase the common version (like _ 6.5 .0_ ); be sure
125
+ For all features, increase the common version (like _ 6.6 .0_ ); be sure
126
126
the composite records are not updated at this moment, they require
127
127
new lines, added later.
128
128
129
129
For all branding, edit the MANIFEST.MF and increase the
130
- ` Bundle-Version ` (like _ 6.5 .0_ ).
130
+ ` Bundle-Version ` (like _ 6.6 .0_ ).
131
131
132
132
For all other occurrences, except ` compositeArtifacts.xml ` and
133
133
` compositeContent.xml ` .
134
134
135
- Commit all with _ update package version 6.5 .0_ .
135
+ Commit all with _ update package version 6.6 .0_ .
136
136
137
137
## Build locally
138
138
@@ -223,7 +223,7 @@ page, login and click the
223
223
[ Create a new release] ( https://projects.eclipse.org/node/18638/create-release/ )
224
224
link in the right side bar, below Releases (it shows only after login).
225
225
226
- Name it like ` 6.5 .0 ` (no v).
226
+ Name it like ` 6.6 .0 ` (no v).
227
227
228
228
Click the ** Create and edit** button.
229
229
@@ -232,7 +232,7 @@ Click the **Edit** tab, **The Basics**; switch to Source mode
232
232
Start with _ Release candidate_ (Header 3).
233
233
234
234
``` html
235
- <p >Version <strong >6.5 .0</strong > is a maintenance/new minor release; it ....</p >
235
+ <p >Version <strong >6.6 .0</strong > is a maintenance/new minor release; it ....</p >
236
236
237
237
<h3 >Release candidate</h3 >
238
238
@@ -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.5 .0-202401111557/p2/ `
276
+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.6 .0-202401111557/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.5 .0-202401111557_ ,
285
+ - _ embedcdt: update for 6.6 .0-202401111557_ ,
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.5 .0-202401111557 release candidate** ,
315
+ ** Embed CDT v6.6 .0-202401111557 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.5 .0-202401111557 ` (with ` v ` ).
330
+ Copy the tag and enter it in Git, like ` v6.6 .0-202401111557 ` (with ` v ` ).
331
331
332
332
## Publish the final release
333
333
@@ -336,9 +336,9 @@ When the plug-ins are considered stable:
336
336
- in ` eclipse-plugins.git ` , the master branch, edit both .xml files
337
337
- ` repositories/org.eclipse.embededcdt-repository/composite/compositeArtifacts.xml `
338
338
- ` repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml `
339
- - add new child like ` <child location='../../releases/6.5 .0/p2'/> `
339
+ - add new child like ` <child location='../../releases/6.6 .0/p2'/> `
340
340
- update ` p2.timestamp ` to the value shown at the end of the ` make-release-candidate-from-master `
341
- - ** commit** master with a message like _ add 6.5 .0 to composite_
341
+ - ** commit** master with a message like _ add 6.6 .0 to composite_
342
342
- ** push** master
343
343
344
344
- go to < https://ci.eclipse.org/embed-cdt/ >
@@ -361,7 +361,7 @@ Both can be used in Eclipse to **Install New Software**.
361
361
The public update URLs are:
362
362
363
363
- < https://download.eclipse.org/embed-cdt/updates/v6/ >
364
- - < https://download.eclipse.org/embed-cdt/releases/6.5 .0/p2/ >
364
+ - < https://download.eclipse.org/embed-cdt/releases/6.6 .0/p2/ >
365
365
366
366
### Update the Eclipse Marketplace records
367
367
@@ -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.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202401111557.zip >
384
+ - < https://download.eclipse.org/embed-cdt/releases/6.6 .0/org.eclipse.embedcdt.repository-6.6 .0-202401111557.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.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202401111557.zip >
389
- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202401111557.zip.sha >
388
+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6 .0/org.eclipse.embedcdt.repository-6.6 .0-202401111557.zip >
389
+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6 .0/org.eclipse.embedcdt.repository-6.6 .0-202401111557.zip.sha >
390
390
391
391
Go to < https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones > and
392
392
update the fixed issues.
@@ -397,7 +397,7 @@ Copy/paste the features/plug-ins from the console output of the
397
397
[ make-release-from-master] ( https://ci.eclipse.org/embed-cdt/job/make-release-from-master/ )
398
398
Jenkins job.
399
399
400
- - commit with a message like _ Eclipse Embedded CDT plug-ins v6.5 .0 released_ .
400
+ - commit with a message like _ Eclipse Embedded CDT plug-ins v6.6 .0 released_ .
401
401
- push the ` develop ` branch
402
402
- wait for GitHub Actions job to complete
403
403
(< https://github.com/eclipse-embed-cdt/web-jekyll/actions > )
@@ -411,18 +411,18 @@ Jenkins job.
411
411
412
412
In [ GitHub releases] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/releases ) add a new release
413
413
414
- - tag: _ v6.5 .0_ (with ` v ` )
415
- - title _ Eclipse Embedded CDT plug-ins v6.5 .0_
414
+ - tag: _ v6.6 .0_ (with ` v ` )
415
+ - title _ Eclipse Embedded CDT plug-ins v6.6 .0_
416
416
- copy/paste from the release page
417
- - add ` [Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.5 .0-released/) ` with a link to the web page
417
+ - add ` [Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.6 .0-released/) ` with a link to the web page
418
418
- do not attach files
419
419
- click ** Publish release**
420
420
421
421
### Close milestone
422
422
423
423
In [ GitHub milestones] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones ) :
424
424
425
- - close the v6.5 .0 milestone
425
+ - close the v6.6 .0 milestone
426
426
427
427
### Update the Eclipse release record
428
428
@@ -433,13 +433,13 @@ and select the new release
433
433
- replace the entire content with links to GitHub:
434
434
435
435
``` html
436
- <p >Version <strong >6.5 .0</strong > is a new major/minor/service release; it updates ...</p >
436
+ <p >Version <strong >6.6 .0</strong > is a new major/minor/service release; it updates ...</p >
437
437
438
438
<p >Fore more details, please read the project web release pages:</p >
439
439
440
440
<ul >
441
441
<li ><a href =" https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/package-2020-12-released/" >Eclipse IDE for Embedded C/C++ Developers 2020-12 released</a >  ; (for installing a new Eclipse)</li >
442
- <li ><a href =" https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.5 .0-released/" >Eclipse Embedded CDT plug-ins v6.5 .0 released</a >  ; (for updating the plug-ins on an existing Eclipse)</li >
442
+ <li ><a href =" https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.6 .0-released/" >Eclipse Embedded CDT plug-ins v6.6 .0 released</a >  ; (for updating the plug-ins on an existing Eclipse)</li >
443
443
</ul >
444
444
```
445
445
@@ -469,15 +469,15 @@ In Eclipse:
469
469
- select ** Mapped Repository**
470
470
- right click: ** Show Properties View**
471
471
- in the right side, edit the ** Location** field to the new release p2 URL
472
- (like ` https://download.eclipse.org/embed-cdt/releases/6.5 .0/p2/ `
472
+ (like ` https://download.eclipse.org/embed-cdt/releases/6.6 .0/p2/ `
473
473
and press Enter
474
474
- select all the features in the contribution, right-click and choose
475
475
** Fix Versions**
476
476
- select the Contribution and ** Validate**
477
477
- select the Aggregation and ** Validate**
478
478
- stage ` embededcdt.aggrcom `
479
479
- commit with a message like:
480
- - _ embedcdt: update for 6.5 .0_
480
+ - _ embedcdt: update for 6.6 .0_
481
481
- _ Signed-off-by: Liviu Ionescu
< [email protected] > _
482
482
- click the ** Commit** button (do not push yet)
483
483
- right click, Show in local Terminal
@@ -562,13 +562,13 @@ available from:
562
562
## Announce release
563
563
564
564
Announce the release to the
** [email protected] ** list;
565
- use a subject like ** Eclipse Embedded CDT plug-ins v6.5 .0 released** , and
565
+ use a subject like ** Eclipse Embedded CDT plug-ins v6.6 .0 released** , and
566
566
pass a link to the release page (< https://eclipse-embed-cdt.github.io/news/ > ).
567
567
568
568
## Share on Twitter
569
569
570
570
- in a separate browser windows, open [ TweetDeck] ( https://tweetdeck.twitter.com/ )
571
571
- using the ` @EmbedCDT ` account, enter a message like
572
- ** Eclipse Embedded CDT plug-ins v6.5 .0 released** and on the next line
572
+ ** Eclipse Embedded CDT plug-ins v6.6 .0 released** and on the next line
573
573
paste the link to the release
574
574
- click the Tweet button
0 commit comments