mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #760
760: ci/releasetuning2 r=korken89 a=AfoHT - ci: Fix versionmajor typo - docs: Point to older release sources Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
commit
9daae8968f
2 changed files with 5 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -476,7 +476,7 @@ jobs:
|
|||
- parseversion
|
||||
env:
|
||||
branch: ${{ needs.parseversion.outputs.branch }}
|
||||
majorversion: ${{ needs.parseversion.outputs.majorversion }}
|
||||
versionmajor: ${{ needs.parseversion.outputs.versionmajor }}
|
||||
version: ${{ needs.parseversion.outputs.version }}
|
||||
|
||||
# Only run this when pushing to master branch
|
||||
|
|
|
@ -13,7 +13,10 @@ This book contains user level documentation for the Real-Time Interrupt-driven C
|
|||
This is the documentation for RTIC v2.x.
|
||||
|
||||
Older releases:
|
||||
[RTIC v1.x](/1.0) | [RTIC v0.5.x (unsupported)](/0.5) | [RTFM v0.4.x (unsupported)](/0.4)
|
||||
[RTIC v1.x](/1) | [RTIC v0.5.x (unsupported)][v0_5] | [RTFM v0.4.x (unsupported)][v0_4]
|
||||
|
||||
v0_5: https://github.com/rtic-rs/rtic/tree/release/v0.5
|
||||
v0_4: https://github.com/rtic-rs/rtic/tree/release/v0.4
|
||||
|
||||
{{#include ../../../README.md:7:12}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue