diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-11-20 16:18:16 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-22 22:19:48 +0000 |
commit | 5ea7bb74bdca5047407993c7564d1f23ccf2dc1a (patch) | |
tree | 36c061f48e92ce0c984e631614cf58a48929c109 /Documentation | |
parent | 2687d37a3cf514a8e50c7567a9b0566736e7fe1f (diff) |
Doc/releases/checklist.md: Add reminder to unpack relnotes
Explicitly add this easy-to-forget step. Also add a missing period.
Change-Id: Iaf13155fcc8a70f3565fb2404cef886524fa5161
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47811
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/releases/checklist.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index a80fd85804..1cfb1100c8 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -75,7 +75,8 @@ be more frequent than was needed, so we scaled it back to twice a year. - [ ] Test the release from the actual release tarballs. - [ ] Push signed Tag to repo. - [ ] Announce that the release tag is done on IRC. -- [ ] Upload release files to web server +- [ ] Upload release files to web server. +- [ ] Also extract the release notes and place them on the web server. - [ ] Upload crossgcc sources to web server. - [ ] Update download page to point to files, push to repo. - [ ] Write and publish blog post with release notes. |