mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #491] Mention the BNF in the webpage spec #4608
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 @sparr on GitHub (Feb 7, 2019).
Original GitHub issue: https://github.com/semver/semver/issues/491
The .md in this repo includes a BNF definition of the standard. This is omitted from the semver.org website, probably for reasons of readability. This issue is to propose that it at least be mentioned there, as a potential source of truth for ambiguous parts of the english spec.
@steveklabnik commented on GitHub (Feb 11, 2019):
We'll be updating the version on the website whenever we make the next version. Thanks!