6 ms·
Any information you can provide on the automation for the release posting? This seems to be the hardest part for me.
by r0n22 2y ago
Any information you can provide on the automation for the release posting? This seems to be the hardest part for me.
- _cart 2y agoOur new release notes process is outlined here: https://github.com/bevyengine/bevy-website/issues/1163 https://github.com/bevyengine/bevy-website/issues/1163
- BD103 2y agoThere is a Rust tool named `generate-release` within the website repository[0]. It handles interacting with the Github API to get a list of significant changes, breaking changes, and contributors. (The main Bevy repository has pull request labels for all of these, so this is pretty easy.) [0]: https://github.com/bevyengine/bevy-website https://github.com/bevyengine/bevy-website