mirror of
https://github.com/semver/semver.git
synced 2026-03-22 22:20:28 -05:00
Home page and link to spec v2.0.0 are different #330
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 @Relequestual on GitHub (Aug 3, 2018).
The content of https://semver.org/ (which is titled 2.0.0), and the link for 2.0.0 (which is https://semver.org/spec/v2.0.0.html) are different.
The home page has a tiny language bug fix which doesn't effect "functionality", but shouldn't that change, even of a single word, have resulted in a patch version bump?
OR is the assumption that fixing typos / correcting bad words doesn't warrant a patch release?
If I'm referencing 2.0.0 somewhere, I want to use the 2.0.0 link, in case a newer version is released and lands on the home page, right?
@jwdonahue commented on GitHub (Aug 18, 2018):
I think the home page should simply redirect to the v2.0.0.html file. That would eliminate any chances of them ever getting out of sync again. As for the advertised spec version, I think that probably refers to the content of the Semantic Versioning Specification section. But I do agree with you. I think we should have seen some version bumps along the way.
@beruic commented on GitHub (Dec 3, 2018):
I am glad I am not the only one that saw this dreaded discrepancy
@steveklabnik commented on GitHub (Feb 11, 2019):
Closing in favor of https://github.com/semver/semver/issues/407 which is older. Thanks!
@Relequestual commented on GitHub (Feb 27, 2019):
@steveklabnik But that issue includes the markdown file in the repo too, which has been noted is "development", which is fine.