diff options
author | Jason Glenesk <jason.glenesk@gmail.com> | 2024-08-22 14:25:13 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-08-23 19:35:16 +0000 |
commit | 22d486dbf22f56d8c6aaa3b8377364be9c664533 (patch) | |
tree | 0661ff570f2caf958e181565e539504fa09db8a3 /Documentation/releases/index.md | |
parent | 66f1246c0ffd78885b5df9c35e099c5dd79d3ce6 (diff) |
Documentation/releases: Add 24.11 release notes template
In preparation for the upcoming release, add the template for the
24.11 release and update index.md.
Change-Id: I1e524f1db0090bf8815b08315f9cbc9894965af7
Signed-off-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84036
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
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 cbf487b49d..f474514375 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -6,7 +6,7 @@ Please add to the release notes as changes are added: ```{toctree} :maxdepth: 1 -24.08 - August 2024 <coreboot-24.08-relnotes.md> +24.11 - November 2024 <coreboot-24.11-relnotes.md> ``` The [checklist] contains instructions to ensure that a release covers all @@ -22,6 +22,7 @@ important is taken care of. ```{toctree} :maxdepth: 1 +24.08 - August 2024 <coreboot-24.08-relnotes.md> 24.05 - May 2024 <coreboot-24.05-relnotes.md> 24.02 - February 2024 <coreboot-24.02-relnotes.md> 4.22 - November 2023 <coreboot-4.22-relnotes.md> |