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
- Host: GitHub
- URL: https://github.com/bevyengine/bevy-releasability
- Owner: bevyengine
- License: apache-2.0
- Created: 2025-03-19T17:20:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-19T14:44:41.000Z (2 months ago)
- Last Synced: 2026-02-19T17:48:55.182Z (2 months ago)
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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