Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
664 stars 75 forks source link

ci: add release-please to ci #131

Closed Trouv closed 1 year ago

Trouv commented 1 year ago

This should set up a bot to create release PRs for us with changelog updates and automated version bumps. We'll see if it can handle a changelog-less repo (and start one for us) and if it also will work retroactively since the last release. If not, future PRs will be adding things to test this out more.

It'll also be good to automate releasing to crates.io on merging the release PR, though this will require setting up a couple secrets for the repo.