From bc7ac780fbcfe6f1ee6016f2ca8b3a4204440020 Mon Sep 17 00:00:00 2001 From: Ame <104745335+ameknite@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:36:07 -0600 Subject: [PATCH] Add a release step, add links to the github release note (#12041) # Objective Add a release step to add the links `Release anouncement` and `Migration guide` to the GitHub release note. - https://github.com/bevyengine/bevy/issues/12011#issuecomment-1955342378 --- docs/release_checklist.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/release_checklist.md b/docs/release_checklist.md index 208488a218..92a932c21c 100644 --- a/docs/release_checklist.md +++ b/docs/release_checklist.md @@ -11,8 +11,9 @@ 7. Update book. 8. Bump version number for all crates, using the "Release" workflow. 9. Create tag on GitHub. -10. Bump `latest` tag to most recent release. -11. Run this workflow to update screenshots: +10. Edit Github Release. Add links to the `Release announcement` and `Migration Guide` +11. Bump `latest` tag to most recent release. +12. Run this workflow to update screenshots: * * _This will block blog post releases (and take ~40 minutes) so do it early_.