File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ jobs:
476476 - parseversion
477477 env :
478478 branch : ${{ needs.parseversion.outputs.branch }}
479- majorversion : ${{ needs.parseversion.outputs.majorversion }}
479+ versionmajor : ${{ needs.parseversion.outputs.versionmajor }}
480480 version : ${{ needs.parseversion.outputs.version }}
481481
482482 # Only run this when pushing to master branch
Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ This book contains user level documentation for the Real-Time Interrupt-driven C
1313This is the documentation for RTIC v2.x.
1414
1515Older releases:
16- [ RTIC v1.x] ( /1.0 ) | [ RTIC v0.5.x (unsupported)] ( /0.5 ) | [ RTFM v0.4.x (unsupported)] ( /0.4 )
16+ [ RTIC v1.x] ( /1 ) | [ RTIC v0.5.x (unsupported)] [ v0_5 ] | [ RTFM v0.4.x (unsupported)] [ v0_4 ]
17+
18+ v0_5: https://github.com/rtic-rs/rtic/tree/release/v0.5
19+ v0_4: https://github.com/rtic-rs/rtic/tree/release/v0.4
1720
1821{{#include ../../../README.md:7:12}}
1922
You can’t perform that action at this time.
0 commit comments