mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
bc7ac780fb
# 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
1.3 KiB
1.3 KiB
Release Checklist
Pre-release
- Check regressions tag.
- Check appropriate milestone.
- Check GitHub Projects page for staleness.
- Update change log.
- Create migration guide.
- Write blog post.
- Update book.
- Bump version number for all crates, using the "Release" workflow.
- Create tag on GitHub.
- Edit Github Release. Add links to the
Release announcement
andMigration Guide
- Bump
latest
tag to most recent release. - Run this workflow to update screenshots:
- https://github.com/bevyengine/bevy-website/actions/workflows/update-screenshots.yml
- This will block blog post releases (and take ~40 minutes) so do it early.
Release
- Release on crates.io
- Announce on:
- HackerNews
- Reddit: /r/bevy, /r/rust, /r/rust_gamedev
- Discord: Bevy, Game Development in Rust, Rust Programming Language Community
- This Month in Rust Game Development newsletter
- This Week in Rust newsletter
Post-release
- Bump version number for all crates to next versions, as
0.X-dev
, using the "Post-release version bump" workflow, to ensure properly displayed version for Dev Docs. - Update Bevy version used for Bevy book code validation to latest release.