Question
@zanieb I'm struggling a bit to find out which commit a package on crates.io belongs to.
for example, https://crates.io/crates/uv-trampoline-builder/0.0.4 doesn't indicate which commit it belongs to.
https://github.com/conda/rattler solves it by pushing a separate tag per crate:
They are using release-plz https://github.com/conda/rattler/blob/755f6ec5d2deb9659b64c1480458950f137ab379/.github/workflows/release-rust.yaml#L54, conda/rattler#1888 for handling multiple releases which works pretty well imo. @baszalmstra might be able to tell you more about it if you are interested))
Platform
No response
Version
No response
Question
@zanieb I'm struggling a bit to find out which commit a package on crates.io belongs to.
for example, https://crates.io/crates/uv-trampoline-builder/0.0.4 doesn't indicate which commit it belongs to.
https://github.com/conda/rattler solves it by pushing a separate tag per crate:
They are using
release-plzhttps://github.com/conda/rattler/blob/755f6ec5d2deb9659b64c1480458950f137ab379/.github/workflows/release-rust.yaml#L54, conda/rattler#1888 for handling multiple releases which works pretty well imo. @baszalmstra might be able to tell you more about it if you are interested))Platform
No response
Version
No response