Skip to content

Commit 7fe82b0

Browse files
committed
website: re-generate commons
1 parent c2f4122 commit 7fe82b0

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

website/docs/maintainer/index.mdx

+9-12
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ xattr -cr ${HOME}/Downloads/xpack-*
656656

657657
## Publish the release
658658

659-
### Create a new GitHub pre-release draft
659+
### Create a new GitHub pre-release
660660

661661
- in `CHANGELOG.md`, add the release date and a message
662662
like _**\* v{customField('upstreamVersion')}-{customField('xpackSubversion')} released**_
@@ -679,7 +679,13 @@ named like **xPack GNU Arm Embedded GCC v{customField('upstreamVersion')}-{custo
679679
with all binaries attached.
680680

681681
- 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.
683689

684690
### Prepare a new blog post
685691

@@ -695,16 +701,6 @@ xpm run generate-website-blog-post -C ~/Work/xpack-dev-tools/arm-none-eabi-gcc-x
695701
- select the correct summary
696702
- commit with _**blog post release {customField('upstreamVersion')}-{customField('xpackSubversion')} published**_
697703

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.
708704

709705
### Update the web install page
710706

@@ -722,6 +718,7 @@ watching this project.
722718
### Update the package.json list of binaries
723719

724720
- select the `xpack-development` branch
721+
- be sure that the binaries were attached to the pre-release
725722
- run the **update-package-binaries** xPack action:
726723

727724
```sh

0 commit comments

Comments
 (0)