diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-26 13:39:35 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-02-27 18:54:34 +0000 |
commit | 2ff2da11c482d2a462aad1f38d50a0976f678d19 (patch) | |
tree | 0c1e84fb2bd0511051fabf86b68e9e89df49f797 | |
parent | 60365e2afa2e4b55ca2d4b974026956d62ff20ac (diff) |
Documentation/releases: Move upcoming release section to the top
The list of releases will grow and in the current state each release
moves the section for the upcoming release more down making it less
visible.
Thus, switch both sections, so that the documentation for the
upcoming release is at the top. Also, invert the order of the previous
releases, so that the latest is at the top.
Change-Id: I69987e035f38ae3ca14dbf5c7644d5292106a978
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62411
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Documentation/releases/index.md | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index 3f02677c53..455c37cdda 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -1,25 +1,5 @@ # Release notes -## Previous releases - -* [4.1 - July 2015](coreboot-4.1-relnotes.md) -* [4.2 - October 2015](coreboot-4.2-relnotes.md) -* [4.3 - January 2016](coreboot-4.3-relnotes.md) -* [4.4 - May 2016](coreboot-4.4-relnotes.md) -* [4.5 - October 2016](coreboot-4.5-relnotes.md) -* [4.6 - April 2017](coreboot-4.6-relnotes.md) -* [4.7 - January 2018](coreboot-4.7-relnotes.md) -* [4.8 - May 2018](coreboot-4.8.1-relnotes.md) -* [4.9 - December 2018](coreboot-4.9-relnotes.md) -* [4.10 - July 2019](coreboot-4.10-relnotes.md) -* [4.11 - November 2019](coreboot-4.11-relnotes.md) -* [4.12 - May 2020](coreboot-4.12-relnotes.md) -* [4.13 - November 2020](coreboot-4.13-relnotes.md) -* [4.14 - May 2021](coreboot-4.14-relnotes.md) -* [4.15 - November 2021](coreboot-4.15-relnotes.md) -* [4.16 - Feb 2022](coreboot-4.16-relnotes.md) - - ## Upcoming release Please add to the release notes as changes are added: @@ -35,3 +15,23 @@ For release related communications consider using a template so everything important is taken care of. * [templates](templates.md) + + +## Previous releases + +* [4.16 - Feb 2022](coreboot-4.16-relnotes.md) +* [4.15 - November 2021](coreboot-4.15-relnotes.md) +* [4.14 - May 2021](coreboot-4.14-relnotes.md) +* [4.13 - November 2020](coreboot-4.13-relnotes.md) +* [4.12 - May 2020](coreboot-4.12-relnotes.md) +* [4.11 - November 2019](coreboot-4.11-relnotes.md) +* [4.10 - July 2019](coreboot-4.10-relnotes.md) +* [4.9 - December 2018](coreboot-4.9-relnotes.md) +* [4.8 - May 2018](coreboot-4.8.1-relnotes.md) +* [4.7 - January 2018](coreboot-4.7-relnotes.md) +* [4.6 - April 2017](coreboot-4.6-relnotes.md) +* [4.5 - October 2016](coreboot-4.5-relnotes.md) +* [4.4 - May 2016](coreboot-4.4-relnotes.md) +* [4.3 - January 2016](coreboot-4.3-relnotes.md) +* [4.2 - October 2015](coreboot-4.2-relnotes.md) +* [4.1 - July 2015](coreboot-4.1-relnotes.md) |