mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #1009] Where should "[alpha|beta] version" be defined? #5740
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 @FlyingSavannahs on GitHub (Mar 2, 2024).
Original GitHub issue: https://github.com/semver/semver/issues/1009
"alpha" & "beta" terms are used in the versioning examples in this document but are never defined. If not here, then where?
@ljharb commented on GitHub (Mar 2, 2024):
They're just arbitrary prerelease identifiers - they can be any string, "alpha" and "beta" are just conventionally common.
@steveklabnik commented on GitHub (Mar 25, 2024):
That's correct.