While using taiki-e/install-action for cargo-spellcheck, I noticed that its fetching an old version. After digging into why this is the case, I noticed that cargo-spellcheck is missing v0.15.2 on Crates.io, that GH Releases from v0.15.3 and up are missing pre-built binaries and v0.15.6 and up are missing Git Tags and GH Releases entirely.
It would be great if we could have at least a Crates.io and Git Tag for every version. To make tools like taiki-e/install-action work, only the latest version requires a GH Release with pre-built binaries.
Summary:
- Release v0.15.2 on Crates.io.
- Push a Git Tag for v0.15.6 and v0.15.7.
- Make a GH Release for v0.15.7 with a pre-built binary for
x86_64-unknown-linux-gnu (usually the fastest target in CI's).
While using
taiki-e/install-actionforcargo-spellcheck, I noticed that its fetching an old version. After digging into why this is the case, I noticed thatcargo-spellcheckis missing v0.15.2 on Crates.io, that GH Releases from v0.15.3 and up are missing pre-built binaries and v0.15.6 and up are missing Git Tags and GH Releases entirely.It would be great if we could have at least a Crates.io and Git Tag for every version. To make tools like
taiki-e/install-actionwork, only the latest version requires a GH Release with pre-built binaries.Summary:
x86_64-unknown-linux-gnu(usually the fastest target in CI's).