@@ -47,7 +47,7 @@ import PlatformDockerBuild from './_common/_platform-docker-build.mdx'
4747# How to make new xPack GCC releases
4848
4949[ ![ license] ( https://img.shields.io/github/license/xpack-dev-tools/gcc-xpack )] ( https://github.com/xpack-dev-tools/gcc-xpack/blob/xpack/LICENSE )
50- [ ![ GitHub issues] ( https://img.shields.io/github/issues/xpack-dev-tools/gcc-xpack.svg )] ( https://github.com/xpack-dev-tools/gcc-xpack/issues/ )
50+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/xpack-dev-tools/gcc-xpack.svg )] ( https://github.com/xpack-dev-tools/gcc-xpack/issues )
5151[ ![ GitHub pulls] ( https://img.shields.io/github/issues-pr/xpack-dev-tools/gcc-xpack.svg )] ( https://github.com/xpack-dev-tools/gcc-xpack/pulls )
5252
5353This page is designed for maintainers of the
@@ -631,7 +631,7 @@ These commands use the `xpack-development` branch of this repo.
631631<GitHubActionsDurations />
632632
633633The workflow results and logs are available from the
634- [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions/ ) page.
634+ [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions) page.
635635
636636Update the values in ` website/docs/maintainer/_github-actions-durations.mdx `
637637with those shown by GitHub Actions .
@@ -676,7 +676,7 @@ Some of the `docker-linux-arm` tests have an issue on Debian and the
676676:::
677677
678678The tests results are available from the
679- [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions/ ) page.
679+ [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions) page.
680680
681681After running the prime tests , download the test results and compare
682682with previous runs .
@@ -738,10 +738,10 @@ xpm run trigger-workflow-publish-release -C ~/Work/xpack-dev-tools/gcc-xpack.git
738738` ` `
739739
740740The workflow result and logs are available from the
741- [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions/ ) page.
741+ [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions) page.
742742
743743The result is a
744- [draft pre - release ](https :// github.com/xpack-dev-tools/gcc-xpack/releases/ )
744+ [draft pre - release ](https :// github.com/xpack-dev-tools/gcc-xpack/releases)
745745tagged like ** v {customField(' xpackVersion' )}** (mind the dash in the middle ! ) and
746746named like ** xPack GCC v {customField(' xpackVersion' )}** (mind the dash ),
747747with all binaries attached .
@@ -849,7 +849,7 @@ xpm run trigger-workflow-test-xpm -C ~/Work/xpack-dev-tools/gcc-xpack.git/build-
849849This will install the package via ` xpm install ` on all supported platforms .
850850
851851The tests results are available from the
852- [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions/ ) page.
852+ [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions) page.
853853
854854### Copy the test results
855855
@@ -923,7 +923,7 @@ Avoid further updates to the `xpack` branch until the next release.
923923
924924### Create the final GitHub release
925925
926- - go to the [GitHub Releases ](https :// github.com/xpack-dev-tools/gcc-xpack/releases/ ) page
926+ - go to the [GitHub Releases ](https :// github.com/xpack-dev-tools/gcc-xpack/releases) page
927927- check the download counter , it should match the number of tests
928928- add a link to the Web blog ` [Continue reading »]() ` ; use an same blog URL
929929- remove the _tests only_ notice
@@ -953,7 +953,7 @@ xpm run trigger-workflow-deep-clean -C ~/Work/xpack-dev-tools/gcc-xpack.git/buil
953953This will remove the build folders on all self - hosted runners .
954954
955955The results are available from the
956- [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions/ ) page.
956+ [GitHub Actions ](https :// github.com/xpack-dev-tools/gcc-xpack/actions) page.
957957
958958### Close possible open issues
959959
@@ -970,7 +970,7 @@ Close those that were addressed.
970970- using the ** ` @xpack_project ` ** account
971971- paste the release name like _ ** xPack GCC v {customField(' xpackVersion' )} released ** _
972972- paste the link to the blog post
973- [release ](https :// github.com/xpack-dev-tools/gcc-xpack/releases/ )
973+ [release ](https :// github.com/xpack-dev-tools/gcc-xpack/releases)
974974- click the ** Tweet ** button
975975
976976<ShareCustom />
@@ -979,8 +979,8 @@ Close those that were addressed.
979979
980980- GitHub [` xpack-dev-tools/gcc-xpack ` ](https :// github.com/xpack-dev-tools/gcc-xpack/) repo
981981 - latest xPack release
982- [! [Github All Releases ](https :// img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/latest/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/ )
983- - all xPack releases [! [Github All Releases ](https :// img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/ )
982+ [! [Github All Releases ](https :// img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/latest/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases)
983+ - all xPack releases [! [Github All Releases ](https :// img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases)
984984 - [individual file counters ](https :// somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped by release)
985985- npmjs .com [` @xpack-dev-tools/gcc ` ](https :// www.npmjs.com/package/@xpack-dev-tools/gcc/) xPack
986986 - latest release , per month
0 commit comments