mirror of
https://github.com/semver/semver.git
synced 2026-03-09 07:22:04 -05:00
Where should "[alpha|beta] version" be defined? #623
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).
"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.