File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ jobs:
488488 if : ${{ env.versionmajor == env.STABLE_VERSION }}
489489 run : git push -u origin master:${{ env.branch }}
490490
491- - name : Else case, master did not contain the stable version version
491+ - name : Else case, master did not contain the stable version
492492 if : ${{ env.versionmajor != env.STABLE_VERSION }}
493493 run : echo "Master branch contains a development release, no git push performed"
494494
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ This is the documentation for RTIC v2.x.
1515Older releases:
1616[ RTIC v1.x] ( /1 ) | [ RTIC v0.5.x (unsupported)] [ v0_5 ] | [ RTFM v0.4.x (unsupported)] [ v0_4 ]
1717
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
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
2020
2121{{#include ../../../README.md:7:12}}
2222
You can’t perform that action at this time.
0 commit comments