소스 검색

Missing alpha example

Also missing the "-" for alphaN.
Thomas Tourlourat 12 년 전
부모
커밋
a836f82ddc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/04-schema.md

+ 2 - 1
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