Hacker News new | ask | show | jobs
by r0n22 708 days ago
Any information you can provide on the automation for the release posting? This seems to be the hardest part for me.
2 comments

There 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

Our new release notes process is outlined here: https://github.com/bevyengine/bevy-website/issues/1163