Open
Description
Description
The Github release notes (i.e. https://github.com/keycloak/keycloak/releases/tag/26.2.3) reference "the migration guide", but this part of the text isn't clickable as a link. I think it's intended to be a link; see:
cache/releases/keycloak/26.2.3/gh-release-notes.html
templates/gh-release-3.ftl
src/main/java/org/keycloak/webbuilder/builders/GitHubReleaseNotesBuilder.java
Probably related to the fact that the link is a "file:"-link, and not the public URL at https://www.keycloak.org/docs/26.2.3/upgrading/index.html
Discussion
No response
Motivation
I use Github as my source of truth for releases of keycloak.
Each release I'm searching the web for the location of the "migration guide".
Thought that could be smarter, just be referencing the link in the Github release.
As it turns out, this logic is more ore less already in place, but not working
Details
No response