I’m trying to get a workflow for my rust-application which automatically creates github releases after I created a new release with cargo-release. I’ve tried:
- release-plz but it seems to be only for libraries not applications
- cargo-dist but the CI fails
and now I’m wondering if there’s something which just simply uses nix build and… just creates the github release (+ create the changelog text)…
Any recommendations?