@@ -301,17 +301,6 @@ Go to the release candidate folder
301301
302302Copy the tag and enter it in Git, like ` v6.1.1-202101200825 ` (with ` v ` ).
303303
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-
315304## Publish the final release
316305
317306When the plug-ins are considered stable:
@@ -321,7 +310,7 @@ When the plug-ins are considered stable:
321310 - ` repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml `
322311 - add new child like ` <child location='../../releases/6.1.1/p2'/> `
323312 - 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 _
325314
326315- go to https://ci.eclipse.org/embed-cdt/
327316- ** login** (otherwise the next link is not visible!)
@@ -345,9 +334,17 @@ The public update URLs are:
345334- https://download.eclipse.org/embed-cdt/updates/v6/
346335- https://download.eclipse.org/embed-cdt/releases/6.1.1/p2/
347336
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**
349347
350- Add a tag like ` v6.1.1 ` (with ` v ` ).
351348
352349### Update the Eclipse Marketplace records
353350
0 commit comments