From 2f4e9c18ca8240465aaff5d7139de52f3e4bc931 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 6 Sep 2011 23:44:18 -0700 Subject: [PATCH] Add FAQ section on 0.y.z phase releases. --- semver.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/semver.md b/semver.md index 474704e..83af193 100644 --- a/semver.md +++ b/semver.md @@ -136,6 +136,11 @@ them. FAQ --- +### How should I deal with revisions in the 0.y.z initial development phase? + +The simplest thing to do is start your initial development release at 0.1.0 +and then increment the minor version for each subsequent release. + ### How do I know when to release 1.0.0? If your software is being used in production, it should probably already be