mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[GH-ISSUE #551] clarification on the ordering of pre-releases #7375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mastupristi on GitHub (Mar 16, 2020).
Original GitHub issue: https://github.com/semver/semver/issues/551
referring to point 11:
So the following precedence apply:
1.2.3-alpha < 1.2.3-beta < 1.2.3-delta <1.2.3-gamma
despite the fact that in the Greek alphabet the order is
is that correct?
best regards
Max
@klehelley commented on GitHub (Mar 16, 2020):
That is indeed correct.