update versions to new standard#96
Merged
mpolawar merged 1 commit intorelease/25.3.xfrom Jun 26, 2025
Merged
Conversation
mpolawar
approved these changes
Jun 26, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR updates the version numbers in the configuration file to follow a new standard format that includes additional metadata.
- Updated releaseVersion strings for multiple release channels
- Modifications ensure the version identifiers now include appended metadata
Comments suppressed due to low confidence (3)
.github/config/versions.json:7
- Ensure that all components parsing 'releaseVersion' are updated to handle the new format with appended metadata (e.g., '-608.113'), as this may affect version comparison logic.
"releaseVersion": "24.1.19-608.113",
.github/config/versions.json:11
- Ensure that all components parsing 'releaseVersion' are updated to handle the new format with appended metadata (e.g., '-608.913'), as this may affect version comparison logic.
"releaseVersion": "24.3.8-608.913",
.github/config/versions.json:15
- Ensure that all components parsing 'releaseVersion' are updated to handle the new format with appended metadata (e.g., '-610.908'), as this may affect version comparison logic.
"releaseVersion": "25.1.2-610.908",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update versions to new standard