Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a valid SemVer format for the SNAPSHOT version #475

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Use a valid SemVer format for the SNAPSHOT version #475

merged 1 commit into from
Mar 3, 2023

Conversation

jonkoops
Copy link
Contributor

Changes the default version string from 999-SNAPSHOT to 999.0.0-SNAPSHOT. This makes it a valid version under the Semantic Versioning standard.

The motivation for this change is to make versioning interoperable between Maven and NPM, as the latter only allows for Semantic Versioning. This allows for simplification in the release process, as we no longer need to convert version numbers from one to the other.

For more information see keycloak/keycloak#17335.

@jonkoops jonkoops requested a review from edewit February 28, 2023 12:32
@jonkoops jonkoops self-assigned this Feb 28, 2023
@stianst stianst merged commit cee3608 into main Mar 3, 2023
@jonkoops jonkoops deleted the semver branch March 3, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants