Closed averichev closed 7 months 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)
If there is a problem with cargo-release, let me know!
@epage The latest version of cargo-release seems to be working for me :)
Which makes me think adding release-plz is probably reasonable?