rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
105 stars 42 forks source link

Releases should be more automated #348

Open kennethloeffler opened 11 months ago

kennethloeffler commented 11 months ago

We could create an action that bumps versions, runs cargo publish, creates tags, etc.

Have some reading from my Google search: https://pratikpc.medium.com/publishing-crates-using-github-actions-165ee67780e1

Dekkonot commented 11 months ago

I looked into doing this before the most recent release, and it was a lot more work than I was willing to do at the time. That said, it's definitely something we should do because it's a lot of busy work.