Skip to content

Commit c679724

Browse files
committed
README update
1 parent 24e6c71 commit c679724

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

README-MAINTAINER.md

+33-33
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ For archiving purposes, the release is also published in a separate folder
4242
for each version, with the archive in the top folder and the p2 repo as
4343
a sub-folder
4444

45-
- <https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip>
46-
- <https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/>
45+
- <https://download.eclipse.org/embed-cdt/releases/6.6.1/org.eclipse.embedcdt.repository-6.6.1-202404031712.zip>
46+
- <https://download.eclipse.org/embed-cdt/releases/6.6.1/p2/>
4747

4848
The official download page is
4949

@@ -85,7 +85,7 @@ page, click the
8585
[Milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/)
8686
button and add a
8787
[new](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new/)
88-
milestone. As title, use the current version, like _6.6.0_.
88+
milestone. As title, use the current version, like _6.6.1_.
8989

9090
### Update version in README-MAINTENANCE
9191

@@ -114,17 +114,17 @@ For the plug-ins that were modified, increase the specific version
114114

115115
Commit the MANIFEST.MF files as _update versions..._
116116

117-
For all features, increase the common version (like _6.6.0_); be sure
117+
For all features, increase the common version (like _6.6.1_); be sure
118118
the composite records are not updated at this moment, they require
119119
new lines, added later.
120120

121121
For all branding, edit the MANIFEST.MF and increase the
122-
`Bundle-Version` (like _6.6.0_).
122+
`Bundle-Version` (like _6.6.1_).
123123

124124
For all other occurrences, except `compositeArtifacts.xml` and
125125
`compositeContent.xml`.
126126

127-
Commit all with _update package version 6.6.0_.
127+
Commit all with _update package version 6.6.1_.
128128

129129
## Build locally
130130

@@ -215,7 +215,7 @@ page, login and click the
215215
[Create a new release](https://projects.eclipse.org/node/18638/create-release/)
216216
link in the right side bar, below Releases (it shows only after login).
217217

218-
Name it like `6.6.0` (no v).
218+
Name it like `6.6.1` (no v).
219219

220220
Click the **Create and edit** button.
221221

@@ -224,7 +224,7 @@ Click the **Edit** tab, **The Basics**; switch to Source mode
224224
Start with _Release candidate_ (Header 3).
225225

226226
```html
227-
<p>Version <strong>6.6.0</strong> is a maintenance/new minor release; it ....</p>
227+
<p>Version <strong>6.6.1</strong> is a maintenance/new minor release; it ....</p>
228228

229229
<h3>Release candidate</h3>
230230

@@ -258,11 +258,11 @@ With a Git client:
258258
- open `simrel.build-fork.git`
259259
- pull new commits
260260
- edit `embedcdt.aggrcon`
261-
- replace location to <https://download.eclipse.org/embed-cdt/release-candidates/6.6.0-202404031712/p2/>
262-
- replace full version to `6.6.0.202404031712`
263-
- replace short version to `6.6.0`
261+
- replace location to <https://download.eclipse.org/embed-cdt/release-candidates/6.6.1-202404031712/p2/>
262+
- replace full version to `6.6.1.202404031712`
263+
- replace short version to `6.6.1`
264264
- commit with a message like:
265-
- _embedcdt: update for 6.6.0-202404031712 release candidate_,
265+
- _embedcdt: update for 6.6.1-202404031712 release candidate_,
266266
- push
267267
- create pull request
268268

@@ -279,7 +279,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
279279

280280
Announce the release candidate to the **[email protected]** list;
281281
use a subject like
282-
**Embed CDT v6.6.0-202404031712 release candidate**,
282+
**Embed CDT v6.6.1-202404031712 release candidate**,
283283
and pass a link to the release page, available at:
284284

285285
- <https://projects.eclipse.org/projects/iot.embed-cdt/>
@@ -294,7 +294,7 @@ Go to the release candidate folder
294294

295295
- <https://download.eclipse.org/embed-cdt/release-candidates/>
296296

297-
Copy the tag and enter it in Git, like `v6.6.0-202404031712` (with `v`).
297+
Copy the tag and enter it in Git, like `v6.6.1-202404031712` (with `v`).
298298

299299
## Publish the final release
300300

@@ -303,9 +303,9 @@ When the plug-ins are considered stable:
303303
- in `eclipse-plugins.git`, the master branch, edit both .xml files
304304
- `repositories/org.eclipse.embededcdt-repository/composite/compositeArtifacts.xml`
305305
- `repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml`
306-
- add new child like `<child location='../../releases/6.6.0/p2'/>`
306+
- add new child like `<child location='../../releases/6.6.1/p2'/>`
307307
- update `p2.timestamp` to the value shown at the end of the `make-release-candidate-from-master`
308-
- **commit** master with a message like _add 6.6.0 to composite_
308+
- **commit** master with a message like _add 6.6.1 to composite_
309309
- **push** master
310310

311311
- go to <https://ci.eclipse.org/embed-cdt/>
@@ -328,7 +328,7 @@ Both can be used in Eclipse to **Install New Software**.
328328
The public update URLs are:
329329

330330
- <https://download.eclipse.org/embed-cdt/updates/v6/>
331-
- <https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/>
331+
- <https://download.eclipse.org/embed-cdt/releases/6.6.1/p2/>
332332

333333
### Update the Eclipse Marketplace records
334334

@@ -348,12 +348,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
348348
As links for the latest two, open <https://download.eclipse.org/embed-cdt/releases/>
349349
and get the archive URL, like:
350350

351-
- <https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip>
351+
- <https://download.eclipse.org/embed-cdt/releases/6.6.1/org.eclipse.embedcdt.repository-6.6.1-202404031712.zip>
352352

353353
Isolate the part starting with `/embed-cdt/...` and update the URLs to use the download redirect:
354354

355-
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip>
356-
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202404031712.zip.sha>
355+
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6.1/org.eclipse.embedcdt.repository-6.6.1-202404031712.zip>
356+
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6.1/org.eclipse.embedcdt.repository-6.6.1-202404031712.zip.sha>
357357

358358
Go to <https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones> and
359359
update the fixed issues.
@@ -364,7 +364,7 @@ Copy/paste the features/plug-ins from the console output of the
364364
[make-release-from-master](https://ci.eclipse.org/embed-cdt/job/make-release-from-master/)
365365
Jenkins job.
366366

367-
- commit with a message like _Eclipse Embedded CDT plug-ins v6.6.0 released_.
367+
- commit with a message like _Eclipse Embedded CDT plug-ins v6.6.1 released_.
368368
- push the `develop` branch
369369
- wait for GitHub Actions job to complete
370370
(<https://github.com/eclipse-embed-cdt/web-jekyll/actions>)
@@ -378,18 +378,18 @@ Jenkins job.
378378

379379
In [GitHub releases](https://github.com/eclipse-embed-cdt/eclipse-plugins/releases) add a new release
380380

381-
- tag: _v6.6.0_ (with `v`)
382-
- title _Eclipse Embedded CDT plug-ins v6.6.0_
381+
- tag: _v6.6.1_ (with `v`)
382+
- title _Eclipse Embedded CDT plug-ins v6.6.1_
383383
- copy/paste from the release page
384-
- 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
384+
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.6.1-released/)` with a link to the web page
385385
- do not attach files
386386
- click **Publish release**
387387

388388
### Close milestone
389389

390390
In [GitHub milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones):
391391

392-
- close the v6.6.0 milestone
392+
- close the v6.6.1 milestone
393393

394394
### Update the Eclipse release record
395395

@@ -400,13 +400,13 @@ and select the new release
400400
- replace the entire content with links to GitHub:
401401

402402
```html
403-
<p>Version <strong>6.6.0</strong> is a new major/minor/service release; it updates ...</p>
403+
<p>Version <strong>6.6.1</strong> is a new major/minor/service release; it updates ...</p>
404404

405405
<p>Fore more details, please read the project web release pages:</p>
406406

407407
<ul>
408408
<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>&nbsp;(for installing a new Eclipse)</li>
409-
<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>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
409+
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.6.1-released/">Eclipse Embedded CDT plug-ins v6.6.1 released</a>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
410410
</ul>
411411
```
412412

@@ -431,11 +431,11 @@ Use the <https://github.com/embed-cdt/simrel.build> fork.
431431
- open `simrel.build-fork.git`
432432
- pull new commits
433433
- edit `embedcdt.aggrcon`
434-
- replace location to <https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/>
435-
- replace full version to `6.6.0.202404031712`
436-
- replace short version to `6.6.0`
434+
- replace location to <https://download.eclipse.org/embed-cdt/releases/6.6.1/p2/>
435+
- replace full version to `6.6.1.202404031712`
436+
- replace short version to `6.6.1`
437437
- commit with a message like:
438-
- _embedcdt: update for 6.6.0_,
438+
- _embedcdt: update for 6.6.1_,
439439
- push
440440
- create pull request
441441
- from <https://github.com/embed-cdt/simrel.build>
@@ -454,13 +454,13 @@ After another while (about 10 min) it'll automatically rebuild the staging repo:
454454
## Announce release
455455

456456
Announce the release to the **[email protected]** list;
457-
use a subject like **Eclipse Embedded CDT plug-ins v6.6.0 released**, and
457+
use a subject like **Eclipse Embedded CDT plug-ins v6.6.1 released**, and
458458
pass a link to the release page (<https://eclipse-embed-cdt.github.io/news/>).
459459

460460
## Share on Twitter
461461

462462
- in a separate browser windows, open [X/Twitter](https://twitter.com/)
463463
- using the `@EmbedCDT` account, enter a message like
464-
**Eclipse Embedded CDT plug-ins v6.6.0 released** and on the next line
464+
**Eclipse Embedded CDT plug-ins v6.6.1 released** and on the next line
465465
paste the link to the release
466466
- click the Tweet button

0 commit comments

Comments
 (0)