Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37702 )
Change subject: Documentation: Extend release checklist (list to-be deprecated boards) ......................................................................
Documentation: Extend release checklist (list to-be deprecated boards)
Make it part of the release process to note not only what config flags / code properties etc will be deprecated, but to also spell out which boards would be affected at the time of the release.
Change-Id: I0ef1404e75182ea4bacae31edb0a843e7a359545 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/releases/checklist.md 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/37702/1
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index ff93141..4904557 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -56,6 +56,9 @@ and to update the release notes - [ ] Update the topic in the irc channel with the date of the upcoming release +- [ ] If there are any deprecations announced for the following release, + make sure that a list of currently affected board and chipsets is + part of the release notes. - [ ] Finalize release notes (as much as possible), without specifying release commit ids
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37702 )
Change subject: Documentation: Extend release checklist (list to-be deprecated boards) ......................................................................
Patch Set 1: Code-Review+2
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37702 )
Change subject: Documentation: Extend release checklist (list to-be deprecated boards) ......................................................................
Patch Set 1: Code-Review+2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37702 )
Change subject: Documentation: Extend release checklist (list to-be deprecated boards) ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37702 )
Change subject: Documentation: Extend release checklist (list to-be deprecated boards) ......................................................................
Documentation: Extend release checklist (list to-be deprecated boards)
Make it part of the release process to note not only what config flags / code properties etc will be deprecated, but to also spell out which boards would be affected at the time of the release.
Change-Id: I0ef1404e75182ea4bacae31edb0a843e7a359545 Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/37702 Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M Documentation/releases/checklist.md 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index ff93141..4904557 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -56,6 +56,9 @@ and to update the release notes - [ ] Update the topic in the irc channel with the date of the upcoming release +- [ ] If there are any deprecations announced for the following release, + make sure that a list of currently affected board and chipsets is + part of the release notes. - [ ] Finalize release notes (as much as possible), without specifying release commit ids
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37702 )
Change subject: Documentation: Extend release checklist (list to-be deprecated boards) ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37702/2/Documentation/releases/chec... File Documentation/releases/checklist.md:
https://review.coreboot.org/c/coreboot/+/37702/2/Documentation/releases/chec... PS2, Line 60: board Aaargh I missed this :S
Meh, handled it in CB:37709