Hello,
I created a Japanese localization plugin for SonarQube Community Build and SonarQube Server. Although it has not been updated since its initial release, I would now like to resume updating it for newer SonarQube versions.
Previously, I used the release tags in the sonarqube-webapp repository and generated the corresponding localization resources from the following file using a script:
libs/sq-server-commons/src/l10n/default.ts
This workflow worked for both Community Build and commercial SonarQube editions. I could check out the tag corresponding to a SonarQube release and generate the localization resources from the version of this file included in that tag.
However, while reviewing the current tags in the repository, I noticed that tags for commercial SonarQube editions no longer appear to be added. The latest one I could find was:
2025.6.0.117042
Because of this, I can no longer use the same workflow to determine which version of default.ts corresponds to a particular SonarQube Server release.
Could you please clarify the following?
- Is the absence of tags for commercial SonarQube editions an intentional change in the release/tagging process?
- Is there a recommended way to find the
sonarqube-webappcommit corresponding to a specific SonarQube Server release version?
Any guidance on the recommended workflow for maintaining localization plugins for SonarQube Server would be greatly appreciated.
Thank you.