@@ -42,7 +42,7 @@ For archiving purposes, the release is also published in a separate folder
4242for each version, with the archive in the top folder and the p2 repo as
4343a sub-folder
4444
45- - https://download.eclipse.org/embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202101200825 .zip
45+ - https://download.eclipse.org/embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202102181132 .zip
4646- https://download.eclipse.org/embed-cdt/releases/6.1.2/p2/
4747
4848The official download page is
@@ -93,6 +93,12 @@ button and add a
9393[ new] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new/ )
9494milestone. As title, use the current version, like _ v6.1.2_ .
9595
96+ ### Update version in README-MAINTENANCE
97+
98+ Perform a search & replace to update the version.
99+
100+ Push the develop branch.
101+
96102### Fix issues
97103
98104Normally all changes should be done as a result of a ticket registered as
@@ -165,6 +171,7 @@ Wait for the GitHub Actions CI job to confirm that the build passed.
165171- when ready, the p2 repository is published at
166172[ https://download.eclipse.org/embed-cdt/builds/master/p2/ ] ( https://download.eclipse.org/embed-cdt/builds/master/p2/ )
167173
174+
168175### Publish the release candidate
169176
170177- go to https://ci.eclipse.org/embed-cdt/
@@ -176,6 +183,14 @@ which is the public location for the release candidates until the final
176183release is out
177184- click the ** Build Now** link
178185
186+ ### Update timestamp in README-MAINTENANCE
187+
188+ Go to the release candidate folder
189+
190+ - https://download.eclipse.org/embed-cdt/release-candidates/
191+
192+ Get the timestamp and update the README-MAINTENANCE.md file.
193+
179194### Create a release candidate record
180195
181196This applies only for the first release candidate, or for the final release.
@@ -266,15 +281,15 @@ In Eclipse:
266281- right click: ** Show Properties View**
267282- in the right side, edit the ** Location** field to the new release
268283candidate p2 URL (like
269- ` https://download.eclipse.org/embed-cdt/release-candidates/6.1.2-202101200825 /p2/ `
284+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.1.2-202102181132 /p2/ `
270285and press Enter
271286- select all the features in the contribution, right-click and choose
272287** Fix Versions**
273288- select the Contribution and ** Validate**
274289- select the Aggregation and ** Validate**
275290- Save
276- - commit _ embedcdt: update for 6.1.2-202101200825 '_
277- - _ Signed-off-by: Liviu Ionescu
< [email protected] > _
291+ - commit _ embedcdt: update for 6.1.2-202102181132 '_
292+ - _ Signed-off-by: Liviu Ionescu
& lt ; [email protected] & gt ; _ 278293
279294``` bash
280295git push ssh://
[email protected] :29418/simrel/org.eclipse.simrel.build HEAD:refs/for/master
@@ -295,7 +310,7 @@ In about one hour it'll automatically rebuild the staging repo:
295310
296311Announce the release candidate to the
** [email protected] ** list;
297312use a subject like
298- ** Embed CDT v6.1.2-202101200825 release candidate** ,
313+ ** Embed CDT v6.1.2-202102181132 release candidate** ,
299314and pass a link to the release page.
300315
301316Beta testers can install the release candidate from:
@@ -308,7 +323,7 @@ Go to the release candidate folder
308323
309324- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
310325
311- Copy the tag and enter it in Git, like ` v6.1.2-202101200825 ` (with ` v ` ).
326+ Copy the tag and enter it in Git, like ` v6.1.2-202102181132 ` (with ` v ` ).
312327
313328## Publish the final release
314329
@@ -361,12 +376,12 @@ In the `develop` branch, add a new release page.
361376As links for the latest two, open https://download.eclipse.org/embed-cdt/releases/
362377and get the archive URL, like:
363378
364- - https://download.eclipse.org/embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202101200825 .zip
379+ - https://download.eclipse.org/embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202102181132 .zip
365380
366381Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
367382
368- - https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202101200825 .zip
369- - https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202101200825 .zip.sha
383+ - https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202102181132 .zip
384+ - https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.1.2/org.eclipse.embedcdt.repository-6.1.2-202102181132 .zip.sha
370385
371386Update the milestone URL.
372387
0 commit comments