bosun-ai / swiftide

Fast, streaming indexing and query library for AI (RAG) applications, written in Rust
https://swiftide.rs
MIT License
213 stars 12 forks source link

CI Semver check #352

Open timonv opened 2 days ago

timonv commented 2 days ago

Is your feature request related to a problem? Please describe. Breaking changes can be missed, and only detected during the release cycle. By checking during a pull request we can ensure the convential commit is correct and a breaking change label is included.

Describe the solution you'd like A github action that uses cargo semver checks to detect breaking changes. If any, it will post them to the PR. The PR can then only be merged if the PR title and footer are correct.