rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
313 stars 18 forks source link

Create git tags for releases #94

Closed figsoda closed 1 year ago

figsoda commented 1 year ago

In ad36857d4535d718097f9878d82def1841180d6a, the test data is excluded from the crate. Previously nixpkgs was using cargo-supply-chain from crates.io since the github repository doesn't tag the releases. We now have to disable some of the tests due to the missing assets when I was trying to update the package. It would be nice if releases are tagged on github, so we can keep the tests enabled

Shnatsel commented 1 year ago

All right. I've tagged v0.3.3 and will tag future releases as well. Is that enough?

figsoda commented 1 year ago

that is enough, thanks!