mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
clarification on the ordering of pre-releases #401
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).
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.