@@ -301,17 +301,6 @@ Go to the release candidate folder
301
301
302
302
Copy the tag and enter it in Git, like ` v6.1.1-202101200825 ` (with ` v ` ).
303
303
304
- ## Add GitHub release
305
-
306
- In GitHub releases (https://github.com/eclipse-embed-cdt/eclipse-plugins/releases ) add a new release
307
-
308
- - tag: _ v6.1.1_
309
- - title _ Eclipse Embedded CDT plug-ins v6.1.1_
310
- - copy/paste from the release page
311
- - add ` [Continue reading »](https://eclipse-embed-cdt.github.io/blog/2021/01/18/plugins-v6.1.1-released/) ` with a link to the web page
312
- - do not attach files
313
- - click ** Publish release**
314
-
315
304
## Publish the final release
316
305
317
306
When the plug-ins are considered stable:
@@ -321,7 +310,7 @@ When the plug-ins are considered stable:
321
310
- ` repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml `
322
311
- add new child like ` <child location='../../releases/6.1.1/p2'/> `
323
312
- update ` p2.timestamp ` to the value shown at the end of the ` make-release-candidate-from-master `
324
- - push master with a message like ** add 6.1.1 to composite **
313
+ - ** push** master with a message like _ add 6.1.1 to composite _
325
314
326
315
- go to https://ci.eclipse.org/embed-cdt/
327
316
- ** login** (otherwise the next link is not visible!)
@@ -345,9 +334,17 @@ The public update URLs are:
345
334
- https://download.eclipse.org/embed-cdt/updates/v6/
346
335
- https://download.eclipse.org/embed-cdt/releases/6.1.1/p2/
347
336
348
- ## Add Git tag for release
337
+ ## Add GitHub release
338
+
339
+ In [ GitHub releases] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/releases ) add a new release
340
+
341
+ - tag: _ v6.1.1_ (with ` v ` )
342
+ - title _ Eclipse Embedded CDT plug-ins v6.1.1_
343
+ - copy/paste from the release page
344
+ - add ` [Continue reading »](https://eclipse-embed-cdt.github.io/blog/2021/01/18/plugins-v6.1.1-released/) ` with a link to the web page
345
+ - do not attach files
346
+ - click ** Publish release**
349
347
350
- Add a tag like ` v6.1.1 ` (with ` v ` ).
351
348
352
349
### Update the Eclipse Marketplace records
353
350
0 commit comments