Describe the improvement
GitHub's releases/latest endpoint for this repository currently resolves to 3.3.7, and that release is still marked as Latest.
At the same time, the repository also has newer non-prerelease releases in the v2026.* line, with v2026.1.4 currently being the newest one.
If the v2026.* line is the intended current stable release line, could the GitHub release metadata be adjusted so the Latest marker and /releases/latest redirect point to that line instead of 3.3.7?
I checked for existing reports first and did not find one that matched this release-metadata case.
Concrete repo behavior I observed:
gh api repos/Devolutions/UniGetUI/releases/latest returns tag_name: 3.3.7
gh release list -R Devolutions/UniGetUI --limit 15 shows newer non-prerelease releases up to v2026.1.4
If this is intentional and 3.3.x is still meant to be the canonical stable line, feel free to ignore this.
Describe how this improvement could help users
This would make the repository's public release metadata less ambiguous for users and for downstream tools that intentionally follow GitHub's stable Latest release signal while ignoring prereleases.
One example is package managers and update checkers that use /releases/latest specifically so they do not have to invent custom repo-specific rules. Right now those tools still see 3.3.7 as the latest stable release even though newer v2026.* releases exist.
Describe the improvement
GitHub's
releases/latestendpoint for this repository currently resolves to3.3.7, and that release is still marked asLatest.At the same time, the repository also has newer non-prerelease releases in the
v2026.*line, withv2026.1.4currently being the newest one.If the
v2026.*line is the intended current stable release line, could the GitHub release metadata be adjusted so theLatestmarker and/releases/latestredirect point to that line instead of3.3.7?I checked for existing reports first and did not find one that matched this release-metadata case.
Concrete repo behavior I observed:
gh api repos/Devolutions/UniGetUI/releases/latestreturnstag_name: 3.3.7gh release list -R Devolutions/UniGetUI --limit 15shows newer non-prerelease releases up tov2026.1.4If this is intentional and
3.3.xis still meant to be the canonical stable line, feel free to ignore this.Describe how this improvement could help users
This would make the repository's public release metadata less ambiguous for users and for downstream tools that intentionally follow GitHub's stable
Latestrelease signal while ignoring prereleases.One example is package managers and update checkers that use
/releases/latestspecifically so they do not have to invent custom repo-specific rules. Right now those tools still see3.3.7as the latest stable release even though newerv2026.*releases exist.