From a836f82ddcad34ac1e18c201a49fcf6a224c3e01 Mon Sep 17 00:00:00 2001 From: Thomas Tourlourat Date: Mon, 10 Sep 2012 11:08:40 +0300 Subject: [PATCH] Missing alpha example Also missing the "-" for alphaN. --- doc/04-schema.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index a8b75b10e..965bff121 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -53,7 +53,7 @@ Required for published packages (libraries). The version of the package. This must follow the format of `X.Y.Z` with an optional suffix of `-dev`, -`alphaN`, `-betaN` or `-RCN`. +`-alphaN`, `-betaN` or `-RCN`. Examples: @@ -62,6 +62,7 @@ Examples: 1.1.0 0.2.5 1.0.0-dev + 1.0.0-alpha3 1.0.0-beta2 1.0.0-RC5