Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve displaying of multi-artifact releases #665

Closed
aumetra opened this issue Nov 25, 2023 · 0 comments · Fixed by #671
Closed

Improve displaying of multi-artifact releases #665

aumetra opened this issue Nov 25, 2023 · 0 comments · Fixed by #671

Comments

@aumetra
Copy link

aumetra commented Nov 25, 2023

I have a project that consists of multiple binaries that belong to the same application and aren't ever released separately, so I push them all into the same release.

But the cargo-dist integration makes it look a little awkward

image

It would be great if the tabs could maybe have the application name in brackets (for example, tar (my-project-cli)).
This is technically possible to derive from the dist-manifest.json that cargo-dist produces since it has the field releases which contains an array of objects that contain the app_name field.

shadows-withal pushed a commit that referenced this issue Dec 6, 2023
Currently only supports `cargo-dist`, and not filename inference.

Supersedes #666 and closes #665.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants