An open API service indexing awesome lists of open source software.

https://github.com/bevyengine/bevy-releasability

CI to check Bevy releasability
https://github.com/bevyengine/bevy-releasability

Last synced: 12 days ago
JSON representation

CI to check Bevy releasability

Awesome Lists containing this project

README

          

# bevy-releasability

CI jobs to help check the release readiness of the Bevy project:

- check ownership of crates
- check crate build with default feature, all features, no default features
- check crate build for wasm32-unknown-unknown and aarch64-apple-ios
- check each top level feature individually
- build doc with example scrapping for each example individually
- release Bevy to a private repo to test the release process