diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-26 13:35:51 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-02-27 18:54:29 +0000 |
commit | 60365e2afa2e4b55ca2d4b974026956d62ff20ac (patch) | |
tree | 35dc9a91d70fa340e6cfe44819737d262be50d21 /Documentation/releases/index.md | |
parent | 5359f577ee0b97ea20e9afa8097d77904c51405c (diff) |
Documentation/releases: Move checklist and template to upcoming section
The documents for the checklist and template are related to upcoming
releases. Thus, move them to the section for upcoming releases.
Change-Id: Ibe6be506d2833036105b7c86445dca2a6efb7a55
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62410
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases/index.md')
-rw-r--r-- | Documentation/releases/index.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index 08e39f2989..3f02677c53 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -19,6 +19,12 @@ * [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: +* [4.17 - May 2022](coreboot-4.17-relnotes.md) + The checklist contains instructions to ensure that a release covers all important things and provides a reliable format for tarballs, branch names etc. @@ -29,8 +35,3 @@ For release related communications consider using a template so everything important is taken care of. * [templates](templates.md) - -## Upcoming release - -Please add to the release notes as changes are added: -* [4.17 - May 2022](coreboot-4.17-relnotes.md) |