Skip to content

Cleanup pre-release versions and register ".RELEASE"-ending versions as full releases#897

Merged
jormundur00 merged 1 commit intomasterfrom
jormundur00/gh-895
Dec 18, 2025
Merged

Cleanup pre-release versions and register ".RELEASE"-ending versions as full releases#897
jormundur00 merged 1 commit intomasterfrom
jormundur00/gh-895

Conversation

@jormundur00
Copy link
Copy Markdown
Member

What does this PR do?

In this PR we cleanup old pre-release versions existing in the index.json files on the repository. These versions extend testing time for no reason as full releases of their versions already exist and are tested to work. Automation WILL delete any still existing pre-release versions when a full release is available, but the versions in this PR must be manually removed, as their full release is already present in tested-versions and is not touched by automation.

Also in this PR, we add the deeming of .RELEASE-ending versions as full releases (meaning we remove versions like 7.0.0.Alpha1 when 7.0.0.RELEASE is present), as some libraries use this format for their versioning (such as various thymeleaf libraries).

Fixes: #895

@jormundur00 jormundur00 requested a review from a team as a code owner December 16, 2025 11:17
@jormundur00 jormundur00 self-assigned this Dec 16, 2025
@jormundur00 jormundur00 added the bug Something isn't working label Dec 16, 2025
@jormundur00 jormundur00 merged commit 744d06d into master Dec 18, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Pre-release versions are present in "tested-versions" when the full release already exists

2 participants