-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use a better link to release notes #58
Comments
As discussed at BazelCon, it's probably viable to call the Github API from the frontend to at least determine the module version format |
Yeah the I'm imagining a really simple solution here: first do #94 to render the latest tag badge, then we can edit the DOM to copy from the node created by the svg response and use that to create the release notes link. |
Background / prior discussions: #49, #37 (comment), bazelbuild/bazel-central-registry#357
TLDR: We are using a link based on the assumption that the release tag has the format
v{VERSION}
, which is true for a big percentage of packages, but not 100% reliableIdeas and suggestions on how to achieve this are welcome!
The text was updated successfully, but these errors were encountered: