nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Release-plz added #123

Closed averichev closed 2 weeks ago

djc commented 2 weeks ago

Which makes me think adding release-plz is probably reasonable?

nicoburns commented 2 weeks ago

Yeah, looks like they don't quite do the same thing either. cargo-release runs pre-checks then directly publishes from the command line. This is generating release notes and then creating a PR.

(aside: cargo-release also doesn't actually work for me. It runs git status instead of publishing after running checks, but I think that's something peculiar to my machine because it seems popular and I haven't seen any other reports of this)

epage commented 2 weeks ago

If there is a problem with cargo-release, let me know!