mirror of
https://github.com/semver/semver.git
synced 2026-07-11 04:52:47 -05:00
[GH-ISSUE #18] Typo in FAQ: 0.x.x instead of 0.y.z #4258
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 @blanchardjeremy on GitHub (Mar 7, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/18
This FAQ entry:
Doesn't this discourage rapid development and fast iteration?
Major version zero is all about rapid development. If you're changing the API every day you should either still be in version 0.x.x or on a separate development branch working on the next major version.
Should actually have a "0.y.z" instead of "0.x.x" to fit with how the rest of the document is written.
Thanks!