From 117346d8b789a2ce95a8f32436ccda62dd3a43a9 Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:56:45 -0400 Subject: [PATCH] Mention updating Bevy book code validation for release candidates (#13849) # Objective - https://github.com/bevyengine/bevy-website/pull/1404 updates `code-validation` on the website to use the latest release candidate. - It also adds instructions to update this version for each new release candidate. - @alice-i-cecile asked [that this is added to the release checklist](https://github.com/bevyengine/bevy-website/pull/1404#issuecomment-2168453165). ## Solution - Add a note to the post-release section for release candidates. ## Testing - No testing needed :) --- docs/release_checklist.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_checklist.md b/docs/release_checklist.md index 9abbf55fb4..b0c005ebb4 100644 --- a/docs/release_checklist.md +++ b/docs/release_checklist.md @@ -85,3 +85,5 @@ 1. Discord: Bevy, #dev-announcements ### RC Post-Release + +1. Update Bevy version used for Bevy book code validation to latest release.