@@ -656,7 +656,7 @@ xattr -cr ${HOME}/Downloads/xpack-*
656
656
657
657
## Publish the release
658
658
659
- ### Create a new GitHub pre - release draft
659
+ ### Create a new GitHub pre - release
660
660
661
661
- in ` CHANGELOG.md ` , add the release date and a message
662
662
like _ ** \* v {customField(' upstreamVersion' )}- {customField(' xpackSubversion' )} released ** _
@@ -679,7 +679,13 @@ named like **xPack GNU Arm Embedded GCC v{customField('upstreamVersion')}-{custo
679
679
with all binaries attached .
680
680
681
681
- edit the draft and attach it to the ` xpack-development ` branch (important ! )
682
- - save the draft (do ** not ** publish yet ! )
682
+ - perform the final edits and check if everything is fine
683
+ - ** keep the pre - release button enabled **
684
+ - do ** not ** enable Discussions yet
685
+ - click the ** Publish release ** button
686
+
687
+ Note : at this moment the system should send a notification to all clients
688
+ watching this project .
683
689
684
690
### Prepare a new blog post
685
691
@@ -695,16 +701,6 @@ xpm run generate-website-blog-post -C ~/Work/xpack-dev-tools/arm-none-eabi-gcc-x
695
701
- select the correct summary
696
702
- commit with _ ** blog post release {customField(' upstreamVersion' )}- {customField(' xpackSubversion' )} published ** _
697
703
698
- ### Create the GitHub pre - release
699
-
700
- - go to the [GitHub Releases ](https :// github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/) page
701
- - perform the final edits and check if everything is fine
702
- - ** keep the pre - release button enabled **
703
- - do not enable Discussions yet
704
- - click the ** Publish release ** button
705
-
706
- Note : at this moment the system should send a notification to all clients
707
- watching this project .
708
704
709
705
### Update the web install page
710
706
@@ -722,6 +718,7 @@ watching this project.
722
718
### Update the package .json list of binaries
723
719
724
720
- select the ` xpack-development ` branch
721
+ - be sure that the binaries were attached to the pre - release
725
722
- run the ** update - package - binaries ** xPack action :
726
723
727
724
` ` ` sh
0 commit comments