Skip to content

Commit 8855524

Browse files
committed
_share-custom.mdx update
1 parent 9545a42 commit 8855524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/maintainer/_project/_share-custom.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import CodeBlock from '@theme/CodeBlock';
55

66
import customField from '@site/src/libs/customField';
7+
import versionMajor from '@site/src/libs/versionMajor';
78

89
## Announce to the RISC-V community
910

@@ -19,7 +20,7 @@ Version ${ customField('upstreamVersion') }-${ customField('xpackSubversion') }
1920
2021
- https://xpack-dev-tools.github.io/riscv-none-elf-gcc-xpack/blog/YYYY/MM/DD/riscv-none-elf-gcc-vNN-N-N-N-released/
2122
22-
Updates for the previous versions (13.3, 12.4 & 11.5) were also released.
23+
Updates for the previous versions (${versionMajor() - 1}.3, ${versionMajor() - 2}.4 & ${versionMajor() - 3}.5) were also released.
2324
`} </CodeBlock>
2425

2526
Update the link to the actual blog post.

0 commit comments

Comments
 (0)