-
Notifications
You must be signed in to change notification settings - Fork 30
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
Matching release of package to proper page #650
Comments
Decided to dig into this to see if I might be able to submit a PR with the changes that I think could address this behavior. If I'm understanding things right I think that something like the following might work: Modify Also could maybe modify Do you think something like this would be worth pursuing or am I approaching this the wrong way? Happy to adjust if so! |
Couldn't help myself and have submitted a PR with a potential solution. I was able to test this build of oranda against my site and after enabling the new option in the config the release matches up with the proper project page as I had hoped: #652 EDIT: Adding some screenshots below. |
Closed by #652 |
I am attempting to setup an integration with both cargo dist and oranda but running into an issue with my generated sites concerning the release that's shown.
Just to give some detail on the setup, I have a repo which contains a workspace (if I understand correctly this is a virtual workspace) that consists of a number of libraries and three packages. The three packages I want to build are
tfc-which-workspace
,tfc-clean-workspace
, andtfc-report-tui
. I have the CI workflow generated by cargo dist and when I push the tags (structured as PACKAGE/VERSION,tfc-which-workspace/v0.1.0
) I see the three separate releases each with their respective artifacts and installers as expected. I feel I should take a moment here and just thank you for cargo dist, because this much alone feels like magic and I love the results.My problem occurs after adding the configuration for the oranda site, which I have deployed here. I see the different sites per each member of the workspace I have added to the oranda-workspace json file (looks great btw!) but I noticed that all the install sections are showing only the latest release to have been made. So the page for
tfc-clean-workspace
shows the install fortfc-which-workspace
in this case for example, as it is the latest release. Is it currently possible to match these up so that the release for the package that is generated is shown on the page that was generated for the crate that produced the package (am I butchering the terms here, apologies if so)?As a side note making this site for my tool might have been a bit frivolous but I was excited to try this integration out, very cool stuff!
The text was updated successfully, but these errors were encountered: