The question Is there a link to GitHub for downloading a file in the latest release of a repository? gives you all you need to know in order to get to any files that are part of the latest release in a GitHub repo.
Along the same line, I wonder if you can link to a file IN THE REPOSITORY (not in the release) that was tagged with that latest release?
So instead of
https://github.com/USER/PROJECT/blob/COMMIT_HASH/myfile.json
I would like something along the lines of
https://github.com/USER/PROJECT/blob/releases/lates/myfile.json
The option is of course to do it in two steps, using the releases api and then get to it, but I wonder if there is a one-liner.