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

Add the ability to jump to the most recent release as of a comment or issue #7327

Closed
Zealot-311 opened this issue Apr 4, 2024 · 1 comment

Comments

@Zealot-311
Copy link

Zealot-311 commented Apr 4, 2024

Description

The ability to jump to the most recent release as of a given date would be very helpful. As it is now, if I want to find this, I need to go to the releases tab and search through manually until I find it. This would be in the same place as the link to browse the repository at a certain date given by a comment or issue.

Example URLs

SimonHalvdansson/Harmonic-HN#34

@fregante
Copy link
Member

fregante commented Jun 5, 2024

You can reach a comment's release:

  1. Click "View repo at this time" (added by comments-time-machine-links)
  2. Click "History" to see the commits
  3. Scan the list for any releases appearing in the list (added by tags-on-commits-list)

Not great but it gets you there.


I'd love to see what you're asking but it requires querying 100 tags at a time from the API until the desired date. You can see that comments-time-machine-links is already complex as it is.

If anyone finds an API to get the exact release available on a specific date, please leave a comment.

@fregante fregante closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants