You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
If you target a tag (e. g. by selecting in the select-box "Branch") on the project main page (e. g. "<> Code"), you'll see a wrong commit as "Latest commit".
Issue:
If you target a tag (e. g. by selecting in the select-box "Branch") on the project main page (e. g. "<> Code"), you'll see a wrong commit as "Latest commit".
For example: https://github.com/fail2ban/fail2ban/tree/0.10.1 shows as the latest commit b698a749029af2c216268aa29a1228f21e87bfb7, but actually 351abeb4ff77dfca4049e7401553900b46e8db40 is the latest commit of tag 0.10.1.
This results in wrong content of each file belonging this tag.
E.g. view of README.md or ChangeLog show the obsolete content.
Observed behavior:
You don't see the last commit of the release tag, and therefore each link points to obsolete content of any file within...
Expected behavior:
You see the current commit of the tags, as well as the current content of the files within the tag.