346 B
346 B
- make sure the version is bumped, in cargo.toml and in the readme
- build docs locally and check $ cargo doc --all-features --no-deps -p bevy_spatial
- make sure wasm works $ bevy run --example distance2d --release --no-default-features true --features kdtree web --open
- publish the crate $ cargo publish
- create github release