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:
bors[bot] 2023-06-01 06:26:34 +00:00 committed by GitHub
commit 9daae8968f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -476,7 +476,7 @@ jobs:
- parseversion - parseversion
env: env:
branch: ${{ needs.parseversion.outputs.branch }} branch: ${{ needs.parseversion.outputs.branch }}
majorversion: ${{ needs.parseversion.outputs.majorversion }} versionmajor: ${{ needs.parseversion.outputs.versionmajor }}
version: ${{ needs.parseversion.outputs.version }} version: ${{ needs.parseversion.outputs.version }}
# Only run this when pushing to master branch # Only run this when pushing to master branch

View file

@ -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. This is the documentation for RTIC v2.x.
Older releases: 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}} {{#include ../../../README.md:7:12}}