File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
website/docs/maintainer/_project Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 44import CodeBlock from ' @theme/CodeBlock' ;
55
66import 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
2526Update the link to the actual blog post.
You can’t perform that action at this time.
0 commit comments