Skip to content

Commit

Permalink
More release chores
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Aug 8, 2024
1 parent eff1cc6 commit a9d3808
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ leafwing_input_manager_macros = { path = "macros", version = "0.13" }
bevy = { version = "0.14.0-rc.3", default-features = false, features = [
"serialize",
] }
bevy_egui = "0.28"
bevy_egui = { version = "0.28", optional = true }

derive_more = { version = "0.99", default-features = false, features = [
"display",
Expand Down
11 changes: 7 additions & 4 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# LWIM Release Checklist

## Before release

1. Ensure no tests (other than ones in the README) are ignored.
2. Manually verify that all examples work.
1. Bump the crate version.
2. Ensure no tests (other than ones in the README) are ignored.
3. Manually verify that all examples work.
4. Make sure there's no Git dependencies.
5. Remove "(unreleased)" from the RELEASES.md.
6. Generate a tag and push it to origin.
7. Update the table in README.md.

0 comments on commit a9d3808

Please sign in to comment.