|
@@ -69,8 +69,9 @@ you can just add a `version` field:
|
|
### Tags
|
|
### Tags
|
|
|
|
|
|
For every tag that looks like a version, a package version of that tag will be
|
|
For every tag that looks like a version, a package version of that tag will be
|
|
-created. It should match 'X.Y.Z' or 'vX.Y.Z', with an optional suffix for RC,
|
|
|
|
-beta, alpha or patch.
|
|
|
|
|
|
+created. It should match 'X.Y.Z' or 'vX.Y.Z', with an optional suffix
|
|
|
|
+of `-dev`, `-patch`, `-alpha`, `-beta` or `-RC`. The patch, alpha, beta and
|
|
|
|
+RC suffixes can also be followed by a number.
|
|
|
|
|
|
Here are a few examples of valid tag names:
|
|
Here are a few examples of valid tag names:
|
|
|
|
|