Skip to content

Commit d5c8910

Browse files
committed
website re-generate commons
1 parent 6f3fba8 commit d5c8910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/maintainer/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ These actions use the `xpack-development` branch of this repo and the
608608
binaries.
609609

610610
The tests results are available from the
611-
[GitHub Actions](https://github.com/xpack-dev-tools/openocd-xpack/actions/) page.
611+
[GitHub Actions](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/actions/) page.
612612

613613
After running the prime tests, download the test results and compare
614614
with previous runs.
@@ -670,7 +670,7 @@ xpm run trigger-workflow-publish-release -C ~/Work/xpack-dev-tools/riscv-none-el
670670
```
671671

672672
The workflow result and logs are available from the
673-
[GitHub Actions](https://github.com/xpack-dev-tools/openocd-xpack/actions/) page.
673+
[GitHub Actions](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/actions/) page.
674674

675675
The result is a
676676
[draft pre-release](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/)
@@ -752,10 +752,10 @@ xpm run update-package-binaries -C ~/Work/xpack-dev-tools/riscv-none-elf-gcc-xpa
752752

753753
- the commits and the tag should have been pushed by the `postversion` script;
754754
if not, push them with `git push origin --tags` to GitHub
755-
- publish and add the `next` tag:
755+
- publish and add the `test` tag:
756756

757757
```sh
758-
npm publish --tag next
758+
npm publish --tag test
759759
```
760760

761761
- when publishing for the first time, use:

0 commit comments

Comments
 (0)