gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 103 forks source link

[DISCUSSION] Use cargo-semver-checks? #1298

Open gdesmott opened 5 months ago

gdesmott commented 5 months ago

We'd like to use cargo-semver-checks as part of gstreamer-rs release process, so it would make sense to have it in gtk-rs-core first.

I'm not familiar with gtk-rs release process so I don't know what would be the proper way to make it fit.

One option could be to use release-plz which does provide cargo-semver-checks integration for free.

sdroege commented 5 months ago

Using something like release-plz sounds like good approach if it can be made to work with gtk-rs. @bilelmoussaoui what do you think? Would've saved you some time this weekend probably

bilelmoussaoui commented 5 months ago

Using release-plz would be a good idea yes. Although, we still need to do certain things like #1060 first