Skip to content

Commit 94a177d

Browse files
committed
website: re-generate commons
1 parent 3526fda commit 94a177d

12 files changed

+70
-70
lines changed

website/docs/developer/_common/_platform-docker-section.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ or, for more verbosity, run the similar development build:
4747
archive and its SHA signature, created in
4848
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4949

50-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.tar.gz</code>
51-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.tar.gz.sha</code>
50+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.tar.gz</code>
51+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.tar.gz.sha</code>
5252

5353
To rerun the build, invoke the **deep-clean** action and repeat from install:
5454

website/docs/developer/_common/_platform-native-section.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ or, for more verbosity, run the similar development build:
4444
archive and its SHA signature, created in
4545
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4646

47-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.tar.gz</code>
48-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.tar.gz.sha</code>
47+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.tar.gz</code>
48+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.tar.gz.sha</code>
4949

5050
To rerun the build, invoke the **deep-clean** action and repeat from install:
5151

website/docs/install/_common/_automatic-install-quick-test.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ To check if the {props.longName} installed by **xpm** starts properly, use somet
1818
<TabItem value="windows" label="Windows" default>
1919

2020
<CodeBlock language="console"> {
21-
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\${props.shortName}\\${customField('xpackVersion')}.${customField('npmSubversion')}\\.content\\bin\\${props.programName}.exe --version
22-
${props.branding}${customField('upstreamVersion')}
21+
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\${props.shortName}\\14.2.1-1.1.1\\.content\\bin\\${props.programName}.exe --version
22+
${props.branding}14.2.1
2323
`} </CodeBlock>
2424

2525
</TabItem>
2626

2727
<TabItem value="macos" label="macOS">
2828

2929
<CodeBlock language="console"> {
30-
`% ~/Library/xPacks/@xpack-dev-tools/${props.shortName}/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin/${props.programName} --version
31-
${props.branding}${customField('upstreamVersion')}
30+
`% ~/Library/xPacks/@xpack-dev-tools/${props.shortName}/14.2.1-1.1.1/.content/bin/${props.programName} --version
31+
${props.branding}14.2.1
3232
`} </CodeBlock>
3333

3434
</TabItem>
3535

3636
<TabItem value="linux" label="GNU/Linux">
3737

3838
<CodeBlock language="console"> {
39-
`$ ~/.local/xPacks/@xpack-dev-tools/${props.shortName}/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin/${props.programName} --version
40-
${props.branding}${customField('upstreamVersion')}
39+
`$ ~/.local/xPacks/@xpack-dev-tools/${props.shortName}/14.2.1-1.1.1/.content/bin/${props.programName} --version
40+
${props.branding}14.2.1
4141
`} </CodeBlock>
4242

4343
</TabItem>

website/docs/install/_common/_manual-install-quick-test.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ To check if the {props.longName} installed manually starts properly, use somethi
1818
<TabItem value="windows" label="Windows" default>
1919

2020
<CodeBlock language="console"> {
21-
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\${props.shortName}\\xpack-${props.shortName}-${customField('xpackVersion')}\\bin\\${props.programName}.exe --version
22-
${props.branding}${customField('upstreamVersion')}
21+
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\${props.shortName}\\xpack-${props.shortName}-14.2.1-1.1\\bin\\${props.programName}.exe --version
22+
${props.branding}14.2.1
2323
`} </CodeBlock>
2424

2525
</TabItem>
2626

2727
<TabItem value="macos" label="macOS">
2828

2929
<CodeBlock language="console"> {
30-
`% ~/Library/xPacks/${props.shortName}/xpack-${props.shortName}-${customField('xpackVersion')}/bin/${props.programName} --version
31-
${props.branding}${customField('upstreamVersion')}
30+
`% ~/Library/xPacks/${props.shortName}/xpack-${props.shortName}-14.2.1-1.1/bin/${props.programName} --version
31+
${props.branding}14.2.1
3232
`} </CodeBlock>
3333

3434
</TabItem>
3535

3636
<TabItem value="linux" label="GNU/Linux">
3737

3838
<CodeBlock language="console"> {
39-
`$ ~/.local/xPacks/${props.shortName}/xpack-${props.shortName}-${customField('xpackVersion')}/bin/${props.programName} --version
40-
${props.branding}${customField('upstreamVersion')}
39+
`$ ~/.local/xPacks/${props.shortName}/xpack-${props.shortName}-14.2.1-1.1/bin/${props.programName} --version
40+
${props.branding}14.2.1
4141
`} </CodeBlock>
4242

4343
</TabItem>

website/docs/install/index.mdx

+18-18
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The command to install the **latest** available version of **arm-none-eabi-gcc**
246246
To install a **specific version**, specify it explicitly:
247247

248248
<CodeBlock language="sh"> {
249-
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@${customField('releaseVersion')} --verbose
249+
`xpm install @xpack-dev-tools/arm-none-eabi-gcc@14.2.1-1.1.1 --verbose
250250
`} </CodeBlock>
251251

252252
<Tabs groupId="operating-systems">
@@ -380,7 +380,7 @@ The result looks like this:
380380
"dependencies": {},
381381
"devDependencies": {
382382
"@xpack-dev-tools/arm-none-eabi-gcc": {
383-
"specifier": "${customField('xpackVersion')}.${customField('npmSubversion')}",
383+
"specifier": "14.2.1-1.1.1",
384384
"local": "link",
385385
"platforms": "all"
386386
}
@@ -436,7 +436,7 @@ the project build configurations need a PATH adjustment:
436436
<TabItem value="windows" label="Windows" default>
437437

438438
<CodeBlock language="sh"> {
439-
`export PATH=$HOME/AppData/Roaming/xPacks/\@pack-dev-tools/arm-none-eabi-gcc/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
439+
`export PATH=$HOME/AppData/Roaming/xPacks/\@pack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin:$PATH
440440
`} </CodeBlock>
441441

442442
:::tip
@@ -451,15 +451,15 @@ corresponding shell.
451451
<TabItem value="macos" label="macOS">
452452

453453
<CodeBlock language="sh"> {
454-
`export PATH=$HOME/Library/xPacks/\@pack-dev-tools/arm-none-eabi-gcc/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
454+
`export PATH=$HOME/Library/xPacks/\@pack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin:$PATH
455455
`} </CodeBlock>
456456

457457
</TabItem>
458458

459459
<TabItem value="linux" label="GNU/Linux">
460460

461461
<CodeBlock language="sh"> {
462-
`export PATH=$HOME/.local/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/${customField('xpackVersion')}.${customField('npmSubversion')}/.content/bin:$PATH
462+
`export PATH=$HOME/.local/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin:$PATH
463463
`} </CodeBlock>
464464

465465
</TabItem>
@@ -556,7 +556,7 @@ are packed as `.zip` files.
556556
Download the latest version named like:
557557

558558
<ul>
559-
<li><code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-win32-x64.zip</code></li>
559+
<li><code>xpack-arm-none-eabi-gcc-14.2.1-1.1-win32-x64.zip</code></li>
560560
</ul>
561561

562562
:::note
@@ -572,7 +572,7 @@ unpack the archive and move it to a location of your choice.
572572

573573
The recommended location is
574574
the <code>%USERPROFILE%\\AppData\\Roaming\\xPacks\\arm-none-eabi-gcc</code> folder, for
575-
example <code>C:\\Users\\ilg\\AppData\\Roaming\\xPacks\\arm-none-eabi-gcc\\xpack-arm-none-eabi-gcc-{customField('xpackVersion')}</code>.
575+
example <code>C:\\Users\\ilg\\AppData\\Roaming\\xPacks\\arm-none-eabi-gcc\\xpack-arm-none-eabi-gcc-14.2.1-1.1</code>.
576576

577577
:::note
578578

@@ -590,8 +590,8 @@ are packed as `.tar.gz` archives.
590590
Download the latest version named like:
591591

592592
<ul>
593-
<li><code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-darwin-x64.tar.gz</code></li>
594-
<li><code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-darwin-arm64.tar.gz</code></li>
593+
<li><code>xpack-arm-none-eabi-gcc-14.2.1-1.1-darwin-x64.tar.gz</code></li>
594+
<li><code>xpack-arm-none-eabi-gcc-14.2.1-1.1-darwin-arm64.tar.gz</code></li>
595595
</ul>
596596

597597
:::note
@@ -606,14 +606,14 @@ unpack the archive and move it to a location of your choice.
606606

607607
The recommended location is
608608
the <code>~/Library/xPacks/arm-none-eabi-gcc</code> folder, for
609-
example <code>/Users/ilg/Library/xPacks/arm-none-eabi-gcc/xpack-arm-none-eabi-gcc-{customField('xpackVersion')}</code>:
609+
example <code>/Users/ilg/Library/xPacks/arm-none-eabi-gcc/xpack-arm-none-eabi-gcc-14.2.1-1.1</code>:
610610

611611
<CodeBlock language="console"> {
612612
`mkdir -p ~/Library/xPacks/arm-none-eabi-gcc
613613
cd ~/Library/xPacks/arm-none-eabi-gcc
614614
615-
tar xvf ~/Downloads/xpack-arm-none-eabi-gcc-${customField('xpackVersion')}-darwin-x64.tar.gz
616-
chmod -R -w xpack-arm-none-eabi-gcc-${customField('xpackVersion')}
615+
tar xvf ~/Downloads/xpack-arm-none-eabi-gcc-14.2.1-1.1-darwin-x64.tar.gz
616+
chmod -R -w xpack-arm-none-eabi-gcc-14.2.1-1.1
617617
`} </CodeBlock>
618618

619619
</TabItem>
@@ -625,9 +625,9 @@ are packed as `.tar.gz` archives.
625625
Download the latest version named like:
626626

627627
<ul>
628-
<li><code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-linux-x64.tar.gz</code></li>
629-
<li><code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-linux-arm64.tar.gz</code></li>
630-
<li><code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-linux-arm.tar.gz</code></li>
628+
<li><code>xpack-arm-none-eabi-gcc-14.2.1-1.1-linux-x64.tar.gz</code></li>
629+
<li><code>xpack-arm-none-eabi-gcc-14.2.1-1.1-linux-arm64.tar.gz</code></li>
630+
<li><code>xpack-arm-none-eabi-gcc-14.2.1-1.1-linux-arm.tar.gz</code></li>
631631
</ul>
632632

633633
:::note
@@ -642,14 +642,14 @@ unpack the archive and move it to a location of your choice.
642642

643643
The recommended location is
644644
the <code>~/.local/xPacks/arm-none-eabi-gcc</code> folder, for
645-
example <code>/home/ilg/.local/xPacks/arm-none-eabi-gcc/xpack-arm-none-eabi-gcc-{customField('xpackVersion')}</code>:
645+
example <code>/home/ilg/.local/xPacks/arm-none-eabi-gcc/xpack-arm-none-eabi-gcc-14.2.1-1.1</code>:
646646

647647
<CodeBlock language="console"> {
648648
`mkdir -p ~/.local/xPacks/arm-none-eabi-gcc
649649
cd ~/.local/xPacks/arm-none-eabi-gcc
650650
651-
tar xvf ~/Downloads/xpack-arm-none-eabi-gcc-${customField('xpackVersion')}-linux-x64.tar.gz
652-
chmod -R -w xpack-arm-none-eabi-gcc-${customField('xpackVersion')}
651+
tar xvf ~/Downloads/xpack-arm-none-eabi-gcc-14.2.1-1.1-linux-x64.tar.gz
652+
chmod -R -w xpack-arm-none-eabi-gcc-14.2.1-1.1
653653
`} </CodeBlock>
654654

655655
</TabItem>

website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ With a Git client:
5353
- cherry pick the `system.h: do not define abort() on mingw` commit
5454
- push the *-xpack branch to origin
5555
- save as Patches into the helper `patches` folder
56-
- rename as <code>gcc-{customField('upstreamVersion')}-cross.git.patch</code>
56+
- rename as <code>gcc-14.2.1-cross.git.patch</code>
5757

5858
### Update the local newlib-cygwin fork (optional, normally the archive is used)
5959

@@ -63,7 +63,7 @@ With a Git client:
6363
- push it to origin with the same name
6464
- enable a filter on the current branch
6565
- identify the commit ID from release notes or manifest.txt (search back in time)
66-
- create a tag like <code>newlib-{customField('newlibVersion')}-arm-none-eabi-{versionMajor()}.{versionMinor()}.rel1</code>
66+
- create a tag like <code>newlib-4.4.0-arm-none-eabi-{versionMajor()}.{versionMinor()}.rel1</code>
6767
- push the tag to origin
6868
- check the tag at https://github.com/xpack-dev-tools/newlib-cygwin/tags/
6969

website/docs/maintainer/_common/_platform-docker-build.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ xpm run docker-build-development --config ${props.platform} -C ~/Work/xpack-dev-
4141
archive and its SHA signature, created in
4242
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4343

44-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.{props.platform === 'win32-x64' ? 'zip' : 'tar.gz'}</code>
45-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.{props.platform === 'win32-x64' ? 'zip' : 'tar.gz'}.sha</code>
44+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.{props.platform === 'win32-x64' ? 'zip' : 'tar.gz'}</code>
45+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.{props.platform === 'win32-x64' ? 'zip' : 'tar.gz'}.sha</code>
4646

4747
To update the build scripts and build the release binaries:
4848

website/docs/maintainer/_common/_platform-native-build.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ xpm run build-development --config ${props.platform} -C ~/Work/xpack-dev-tools/a
4040
archive and its SHA signature, created in
4141
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4242

43-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.tar.gz</code>
44-
- <code>xpack-arm-none-eabi-gcc-{customField('xpackVersion')}-{props.platform}.tar.gz.sha</code>
43+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.tar.gz</code>
44+
- <code>xpack-arm-none-eabi-gcc-14.2.1-1.1-{props.platform}.tar.gz.sha</code>
4545

4646
To update the build scripts and build the release binaries:
4747

website/docs/maintainer/index.mdx

+19-19
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ update the dependencies in `build-assets/package.json`.
165165

166166
### Increase the version and update it in the top `package.json`
167167

168-
- determine the version (like <code>{customField('xpackVersion')}</code>)
168+
- determine the version (like <code>14.2.1-1.1.1</code>)
169169
- update the version in top `package.json`
170170
- use the new version, suffixed by `.pre`,
171-
like <code>{customField('xpackVersion')}.{customField('npmSubversion')}.pre</code>.
171+
like <code>14.2.1-1.1.1.pre</code>.
172172

173173
### Update the `websiteConfig` in `website/package.json` (if necessary)
174174

@@ -192,9 +192,9 @@ the **Increase the version and update VERSION** section.
192192

193193
### Increase the version and update VERSION
194194

195-
Determine the version (like <code>{customField('xpackVersion')}</code>)
195+
Determine the version (like <code>14.2.1-1.1</code>)
196196
and update the `build-assets/scripts/VERSION` file; the format
197-
is <code>{customField('xpackVersion')}</code>.
197+
is <code>14.2.1-1.1</code>.
198198
{isXpackSubversionDouble() ?
199199
'The fourth & fifth numbers are the xPack release number of this version. A sixth' :
200200
'The fourth number is the xPack release number of this version. A fifth'} number will be added to the version in `package.json` when the package is published to the `npm` server.
@@ -213,7 +213,7 @@ Check GitHub issues and pull requests:
213213
- https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/issues
214214
- https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/pulls
215215

216-
and fix them; assign them to a milestone (like <code>{customField('xpackVersion')}</code>).
216+
and fix them; assign them to a milestone (like <code>14.2.1-1.1</code>).
217217

218218
### Update `CHANGELOG.md`
219219

@@ -251,8 +251,8 @@ to:
251251
- check if all previous fixed issues are in
252252
- check the latest commits `xpm run git-log`; if necessary, copy/paste lines,
253253
group by dates and edit them using the below regular expressions
254-
- add a new entry like _**\* v{customField('xpackVersion')} prepared**_
255-
- commit with the message _**prepare v{customField('xpackVersion')}**_
254+
- add a new entry like _**\* v14.2.1-1.1 prepared**_
255+
- commit with the message _**prepare v14.2.1-1.1**_
256256

257257

258258
### Push the changes to the `xpack-development` branch
@@ -421,7 +421,7 @@ Copy the trees displayed at the end of the test builds and paste to
421421
- `website/docs/install/_folders-hierarchies-windows.mdx`
422422

423423
If present, replace the actual version
424-
(like **{customField('upstreamVersion')}**) with the following expression:
424+
(like **14.2.1**) with the following expression:
425425

426426
```txt
427427
${customField('upstreamVersion')}
@@ -727,7 +727,7 @@ xattr -cr ${HOME}/Downloads/xpack-*
727727
### Create a new GitHub pre-release
728728

729729
- in `CHANGELOG.md`, add the release date and a message
730-
like _**\* v{customField('xpackVersion')} released**_
730+
like _**\* v14.2.1-1.1 released**_
731731
- commit with the message _**CHANGELOG update**_
732732
- check and possibly update the `build-assets/templates/body-github-release-liquid.mdx`
733733
- push the `xpack-development` branch to GitHub
@@ -742,8 +742,8 @@ The workflow result and logs are available from the
742742

743743
The result is a
744744
[draft pre-release](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
745-
tagged like **v{customField('xpackVersion')}** (mind the dash in the middle!) and
746-
named like **xPack GNU Arm Embedded GCC v{customField('xpackVersion')}** (mind the dash),
745+
tagged like **v14.2.1-1.1** (mind the dash in the middle!) and
746+
named like **xPack GNU Arm Embedded GCC v14.2.1-1.1** (mind the dash),
747747
with all binaries attached.
748748

749749
- edit the draft and be sure it is attached to the `xpack-development` branch (important!)
@@ -771,7 +771,7 @@ xpm run generate-website-blog-post -C ~/Work/xpack-dev-tools/arm-none-eabi-gcc-x
771771

772772
- edit the front matter properties
773773
- select the correct summary
774-
- commit with the message _**website: blog post release {customField('xpackVersion')} published**_
774+
- commit with the message _**website: blog post release 14.2.1-1.1 published**_
775775

776776
### Update the web install page
777777

@@ -803,22 +803,22 @@ xpm run update-package-binaries -C ~/Work/xpack-dev-tools/arm-none-eabi-gcc-xpac
803803
- compare the SHA sums with those shown by `cat *.sha`
804804
- check the executable names
805805
- commit all changes with the message
806-
_**package.json: update urls for {customField('xpackVersion')}.{customField('npmSubversion')} release**_
806+
_**package.json: update urls for 14.2.1-1.1.1 release**_
807807

808808
### Publish on the npmjs.com server
809809

810810
- select the `xpack-development` branch
811811
- check the latest commits `xpm run git-log`
812-
- update `CHANGELOG.md`, add a line like _**\* v{customField('xpackVersion')} published on npmjs.com**_
813-
- commit with the message _**CHANGELOG: publish npm v{customField('xpackVersion')}.{customField('npmSubversion')}**_
812+
- update `CHANGELOG.md`, add a line like _**\* v14.2.1-1.1.1 published on npmjs.com**_
813+
- commit with the message _**CHANGELOG: publish npm v14.2.1-1.1.1**_
814814
- `npm pack` and check the content of the archive, which should list
815815
only the `package.json`, the `README.md`, `LICENSE` and `CHANGELOG.md`;
816816
possibly adjust `.npmignore`
817817
- configure the version; the first 4 numbers are the same as the
818818
GitHub release; the fifth number is the npm specific version:
819819

820820
<CodeBlock language="sh"> {
821-
`npm version ${customField('xpackVersion')}.${customField('npmSubversion')}
821+
`npm version 14.2.1-1.1.1
822822
`} </CodeBlock>
823823

824824
- the commits and the tag should have been pushed by the `postversion` script;
@@ -858,7 +858,7 @@ The tests results are available from the
858858
When the release is considered stable, promote it as `latest`:
859859

860860
<CodeBlock language="sh"> {
861-
`npm dist-tag add @xpack-dev-tools/arm-none-eabi-gcc@${customField('xpackVersion')}.${customField('npmSubversion')} latest
861+
`npm dist-tag add @xpack-dev-tools/arm-none-eabi-gcc@14.2.1-1.1.1 latest
862862
`} </CodeBlock>
863863

864864
Check the result:
@@ -870,7 +870,7 @@ Check the result:
870870
In case the release proves problematic and needs to be unpublished:
871871

872872
<CodeBlock language="sh"> {
873-
`npm unpublish @xpack-dev-tools/arm-none-eabi-gcc@${customField('xpackVersion')}.${customField('npmSubversion')}
873+
`npm unpublish @xpack-dev-tools/arm-none-eabi-gcc@14.2.1-1.1.1
874874
`} </CodeBlock>
875875

876876
### Build the static website locally
@@ -960,7 +960,7 @@ Close those that were addressed.
960960

961961
- in a separate browser windows, open [X/Twitter](https://twitter.com)
962962
- using the **`@xpack_project`** account
963-
- paste the release name like _**xPack GNU Arm Embedded GCC v{customField('xpackVersion')} released**_
963+
- paste the release name like _**xPack GNU Arm Embedded GCC v14.2.1-1.1 released**_
964964
- paste the link to the blog post
965965
[release](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases)
966966
- click the **Tweet** button

0 commit comments

Comments
 (0)