@@ -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.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
46
46
- https://download.eclipse.org/embed-cdt/releases/6.1.2/p2/
47
47
48
48
The official download page is
@@ -93,6 +93,12 @@ button and add a
93
93
[ new] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new/ )
94
94
milestone. As title, use the current version, like _ v6.1.2_ .
95
95
96
+ ### Update version in README-MAINTENANCE
97
+
98
+ Perform a search & replace to update the version.
99
+
100
+ Push the develop branch.
101
+
96
102
### Fix issues
97
103
98
104
Normally 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.
165
171
- when ready, the p2 repository is published at
166
172
[ https://download.eclipse.org/embed-cdt/builds/master/p2/ ] ( https://download.eclipse.org/embed-cdt/builds/master/p2/ )
167
173
174
+
168
175
### Publish the release candidate
169
176
170
177
- go to https://ci.eclipse.org/embed-cdt/
@@ -176,6 +183,14 @@ which is the public location for the release candidates until the final
176
183
release is out
177
184
- click the ** Build Now** link
178
185
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
+
179
194
### Create a release candidate record
180
195
181
196
This applies only for the first release candidate, or for the final release.
@@ -266,15 +281,15 @@ In Eclipse:
266
281
- right click: ** Show Properties View**
267
282
- in the right side, edit the ** Location** field to the new release
268
283
candidate 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/ `
270
285
and press Enter
271
286
- select all the features in the contribution, right-click and choose
272
287
** Fix Versions**
273
288
- select the Contribution and ** Validate**
274
289
- select the Aggregation and ** Validate**
275
290
- 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 ; _
278
293
279
294
``` bash
280
295
git 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:
295
310
296
311
Announce the release candidate to the
** [email protected] ** list;
297
312
use a subject like
298
- ** Embed CDT v6.1.2-202101200825 release candidate** ,
313
+ ** Embed CDT v6.1.2-202102181132 release candidate** ,
299
314
and pass a link to the release page.
300
315
301
316
Beta testers can install the release candidate from:
@@ -308,7 +323,7 @@ Go to the release candidate folder
308
323
309
324
- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
310
325
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 ` ).
312
327
313
328
## Publish the final release
314
329
@@ -361,12 +376,12 @@ In the `develop` branch, add a new release page.
361
376
As links for the latest two, open https://download.eclipse.org/embed-cdt/releases/
362
377
and get the archive URL, like:
363
378
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
365
380
366
381
Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
367
382
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
370
385
371
386
Update the milestone URL.
372
387
0 commit comments