Fix the Releases page for Guest Users
What does this MR do?
Fixes the bug described in #34862 (closed) which prevents Guest users from accessing a private project's Releases page.
Tests
Two tests were added to prevent regressions in the future: a Jest test and an RSpec feature test. The RSpec feature test is simply a smoke test to make sure the page renders for Guest users.
On a related note...
While fixing this issue, I uncovered a similar issue: #213016 (closed).
Screenshots
Before:
After:
Closes #34862 (closed)
Edited by Nathan Friend