google / mdbook-i18n-helpers

Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.
Apache License 2.0
127 stars 25 forks source link

Add github-actions check for validating Cargo.lock is up to date #220

Closed kdarkhan closed 1 month ago

kdarkhan commented 1 month ago

More background in https://github.com/google/mdbook-i18n-helpers/pull/216#issuecomment-2255799969

mgeisler commented 1 month 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.