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

Add support for qualifiers and their validation #5

Open
miroslavpojer opened this issue Oct 24, 2024 · 0 comments
Open

Add support for qualifiers and their validation #5

miroslavpojer opened this issue Oct 24, 2024 · 0 comments

Comments

@miroslavpojer
Copy link
Collaborator

miroslavpojer commented Oct 24, 2024

Add support of qualifiers in version tag validation.

Format

  • Major.minor.patch[-qualifier]

Allowed qualifiers

  • SNAPSHOT, RC[0-9], RELEASE, HF[0..9] .. up to two digits
  • APLHA, BETA

Expected precedence

  • SNAPSHOT < ALPHA < BETA < RC < RELEASE < no qualifier
  • RC1 < RC2
  • HF1 < HF2

Notes

  • There are not expected combinations of qualifiers.

Terms

Stage Example Version Description
ALPHA 1.0.0-ALPHA Early development version with new features, potentially unstable and incomplete.
BETA 1.0.0-BETA Feature-complete version likely to contain bugs; suitable for broader testing and feedback gathering.
SNAPSHOT 1.0.0-SNAPSHOT Represents the latest unstable development version, containing ongoing changes and incomplete features.
Release Candidate 1.0.0-RC1 A candidate for the final release. This stable version is ready for final testing before the official release.
RELEASE (Final) 1.0.0 Official stable version ready for production deployment.
HOTFIX 1.0.1-HF A quick fix for a critical bug in the released version, applied post-release.
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

No branches or pull requests

1 participant