privacy-scaling-explorations / zk-kit.rust

A monorepo of reusable crates for zero-knowledge technologies.
https://privacy-scaling-explorations.github.io/zk-kit.rust/
MIT License
10 stars 7 forks source link

ci: release crates with `release-plz` #11

Closed sripwoud closed 2 months ago

sripwoud commented 2 months ago

Define a release workflow to publish crates with release-plz.
It is a tool recommended by the official rust docs that has lot of nice features: CLI, updating changelog, bump versions according to conventional commits, create release notes...