diff options
author | Martin Roth <gaumless@gmail.com> | 2023-11-16 15:40:36 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-11-19 17:39:12 +0000 |
commit | b558758554d6fc2cc3b672b947c11b32463fc3fb (patch) | |
tree | b424c717a1572372ffc18b53920b787a94eabe2e /Documentation/releases/index.md | |
parent | a56ff9087bc3af55ed47d7bb78bb42c8faa24aa5 (diff) |
Documentation/releases: Add 24.02 release notes template
In preparation for the upcoming release, add the template for the
24.02 release and update index.md.
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I694142c31ba684e7b94640d55302b2440e25619a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79073
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases/index.md')
-rw-r--r-- | Documentation/releases/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index d23b03a694..74968d3c87 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -3,7 +3,7 @@ ## Upcoming release Please add to the release notes as changes are added: -* [4.22 - November 2023](coreboot-4.22-relnotes.md) +* [24.02 - February 2024](coreboot-24.02-relnotes.md) The [checklist] contains instructions to ensure that a release covers all important things and provides a reliable format for tarballs, branch @@ -15,6 +15,7 @@ important is taken care of. ## Previous releases +* [4.22 - November 2023](coreboot-4.22-relnotes.md) * [4.21 - August 2023](coreboot-4.21-relnotes.md) * [4.20.1 - May 2023](coreboot-4.20.1-relnotes.md) * [4.19 - January 2023](coreboot-4.19-relnotes.md) |