Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54031 )
Change subject: Documentation/releases: Add 4.15 release notes template ......................................................................
Documentation/releases: Add 4.15 release notes template
Change-Id: I52bd1ee6b297ba08e335f5c65941b09f14689a00 Signed-off-by: Patrick Georgi pgeorgi@google.com --- A Documentation/releases/coreboot-4.15-relnotes.md M Documentation/releases/index.md 2 files changed, 18 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/54031/1
diff --git a/Documentation/releases/coreboot-4.15-relnotes.md b/Documentation/releases/coreboot-4.15-relnotes.md new file mode 100644 index 0000000..6244cf6 --- /dev/null +++ b/Documentation/releases/coreboot-4.15-relnotes.md @@ -0,0 +1,16 @@ +Upcoming release - coreboot 4.15 +================================ + +The 4.15 release is planned for October 2021. + +Update this document with changes that should be in the release notes. + +* Please use Markdown. +* See the past few release notes for the general format. +* The chip and board additions and removals will be updated right + before the release, so those do not need to be added. + +Significant changes +------------------- + +### Add significant changes here diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index 081d1fc..78ad127 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -14,6 +14,7 @@ * [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)
The checklist contains instructions to ensure that a release covers all important things and provides a reliable format for tarballs, branch @@ -25,4 +26,4 @@ ----------------
Please add to the release notes as changes are added: -* [4.14 - May 2021](coreboot-4.14-relnotes.md) +* [4.15 - October 2021](coreboot-4.15-relnotes.md)