Closed kdarkhan closed 3 months ago
My own favorite way of fixing this is to automate the releases :smile:
I've done that for my own library crates using https://github.com/mgeisler/rust-release-gh-action. It is used here, as an example: prepare-release.yml
, publish-crate.yml
.
The code doesn't know anything about workspaces, unfortunately, but I would of course like to see it gain that support.
More background in https://github.com/google/mdbook-i18n-helpers/pull/216#issuecomment-2255799969