floris-xlx / supabase_rs

Supabase SDK for Rust
MIT License
11 stars 5 forks source link

Automating the release process #13

Closed izyuumi closed 2 months ago

izyuumi commented 2 months ago

This is only a suggestion (and I don't know how you handle it currently), but it may be beneficial to automate the releasing and versioning process with GitHub Actions. I developed this crate and I've been using GitHub Actions to automate the releasing process using. The GitHub Actions configuration file is here.

floris-xlx commented 2 months ago

solid idea i was looking for something like this, i might add a clause to also run tests

floris-xlx commented 2 months ago

looks very cool, im not sure how it's generating that bug fix/ feat overview but nicely done i integrated it

izyuumi commented 2 months ago

The changelog is automatically inferred from the commit messages, which are in the Conventional Commits format.