From 4d67a05551ebb0cf873cf8096db5375d1cfc6fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 24 May 2019 09:30:40 -0300 Subject: [PATCH] Fix the image link and add versioning details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afc99c3..25ee132 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,19 @@ Official CloudEvents' SDK for JavaScript. -CloudEvents logo +CloudEvents logo + +## Versioning + +__Before Spec reaches 1.0__ + +- `0.x.p`: `x` relates to spec version and `p` relates to fixes or patches, see +[semver](https://semver.org/) + +__After Spec reaches 1.0__ + +- `x.M.p`: `x` relates to spec version, `M` relates to minor and `p` relates +to fixes or patches. See [semver](https://semver.org/) ## Installation