mirror of
https://github.com/semver/semver.git
synced 2026-04-30 06:07:32 -05:00
Make version format consistent
Elsewhere in this section we use `0.y.z`. In this place, we use `0.x.x` This commit fixes that. Closes #18
This commit is contained in:
@@ -149,7 +149,7 @@ probably already be 1.0.0.
|
||||
### 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
|
||||
every day you should either still be in version 0.y.z or on a separate
|
||||
development branch working on the next major version.
|
||||
|
||||
### If even the tiniest backwards incompatible changes to the public API require a major version bump, won't I end up at version 42.0.0 very rapidly?
|
||||
|
||||
Reference in New Issue
Block a user